Skip to content

Commit

Permalink
Add Ruby 3.4 to the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
markoudev committed Jan 7, 2025
1 parent 93be5e4 commit c5197a2
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:
continue-on-error: true
strategy:
matrix:
ruby: [ "3.3", "3.2", "3.1" ]
ruby: [ "3.4", "3.3", "3.2", "3.1" ]
rails: [ "8.0", "7.1", "7.0", "6.1" ]
# Rails 8 needs Ruby 3.2 or higher
exclude:
Expand Down

0 comments on commit c5197a2

Please sign in to comment.