Skip to content

Commit

Permalink
Test with Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoj committed May 28, 2024
1 parent 7f1d6f9 commit e82d17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '3.1', '3.2', 'head' ]
ruby: [ '3.1', '3.2', '3.3', 'head' ]
rails: [ 'gemfiles/Gemfile.rails-6.1.x', 'gemfiles/Gemfile.rails-7.0.x', 'gemfiles/Gemfile.rails-7.1.x']
exclude: []
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
Expand Down

0 comments on commit e82d17e

Please sign in to comment.