Skip to content

Commit

Permalink
Add ruby 3.4 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski authored and briandunn committed Jan 3, 2025
1 parent 6a559d7 commit fec3212
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 @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
rspec-minor-versions: [6, 7, 8, 9, 10, 11, 12, 13]
ruby-versions: ["3.1", "3.2", "3.3"]
ruby-versions: ["3.1", "3.2", "3.3", "3.4"]
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/rspec_3.${{ matrix.rspec-minor-versions }}.gemfile

Expand Down

0 comments on commit fec3212

Please sign in to comment.