Skip to content

Commit

Permalink
Merge pull request #263 from m-nakamura145/update-ci-matrix
Browse files Browse the repository at this point in the history
Add Ruby 3.3 to CI matrix
  • Loading branch information
bsedat committed Jan 2, 2024
2 parents 4f79d4b + 396ca3e commit d8405e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
# Due to https://github.com/actions/runner/issues/849, we should quote versions
ruby: ['2.7', '3.0', '3.1', '3.2', 'truffleruby-head']
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', 'truffleruby-head']
rails: ['7.0', '7.1']

name: Ruby ${{ matrix.ruby }}, Rails ${{ matrix.rails }}
Expand Down

0 comments on commit d8405e1

Please sign in to comment.