Skip to content

Commit

Permalink
Include ruby 3.3 in the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefanni Brasil committed Mar 19, 2024
1 parent 86cbc48 commit 1563beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['3.0', '3.1', '3.2']
ruby-version: ['3.0', '3.1', '3.2', '3.3']
gemfile: ['rails_6.0','rails_6.1','rails_7.0', 'rails_7.1']
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 1563beb

Please sign in to comment.