Skip to content

Commit

Permalink
Added ruby 3.4 in GHA build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
pbourdet authored Jul 8, 2024
1 parent 6bb23c0 commit cf68c31
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 @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['3.1', '3.2', '3.3']
ruby: ['3.1', '3.2', '3.3', '3.4']
gemfile:
- rails_6_1
- rails_7
Expand Down

0 comments on commit cf68c31

Please sign in to comment.