Skip to content

Commit

Permalink
Add Ruby 3.4 to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Maumagnaguagno committed Dec 26, 2024
1 parent 3906388 commit 906d21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
ruby: [2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, head, jruby-head, truffleruby-head, truffleruby+graalvm-head]
ruby: [2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, 3.4, head, jruby-head, truffleruby-head, truffleruby+graalvm-head]
fail-fast: false
name: Ruby ${{ matrix.ruby }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit 906d21f

Please sign in to comment.