Skip to content

Commit e62c5c3

Browse files
authored
Add Ruby 3.0 to test matrix (#39)
* Add Ruby 3.0 to test matrix * Exclude Ruby 3 + Rails 5 Rails 5 doesn't support Ruby 3
1 parent 4f7d4b7 commit e62c5c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ jobs:
88

99
strategy:
1010
matrix:
11-
ruby: [2.4, 2.7]
11+
ruby: [2.4, 2.7, '3.0']
1212
rails: ['5', '6.0', '6']
1313
exclude:
1414
- ruby: 2.4
1515
rails: 6
16+
- ruby: '3.0'
17+
rails: 5
1618

1719
steps:
1820
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)