Skip to content

Commit 1c01349

Browse files
committed
Update ruby versions
1 parent 18afce6 commit 1c01349

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
ruby-version: ['3.1', '3.2', '3.3']
14+
ruby-version: ['3.1', '3.2', '3.3', '3.4']
15+
rails-version: ['rails-7.1', 'rails-7.2', 'rails-8.0']
16+
exclude:
17+
# Rails 8 requires Ruby 3.2+
18+
- ruby-version: '3.1'
19+
rails-version: 'rails-8.0'
1520

1621
steps:
1722
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)