Skip to content

Commit

Permalink
ci: add Ruby 3.4 to the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jan 22, 2025
1 parent 759d53b commit 57ca3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# | 7.1 | 10/2025 | 2.7 |
# | 7.2 | 8/2026 | 3.1 |
# | 8.0 | ~11/2026 | 3.2 |
ruby: ['3.0', '3.1', '3.2', '3.3']
ruby: ['3.0', '3.1', '3.2', '3.3', '3.4']
gemfile:
- 'gemfiles/rails_6.1.gemfile'
- 'gemfiles/rails_7.0.gemfile'
Expand Down

0 comments on commit 57ca3ee

Please sign in to comment.