Skip to content

Commit

Permalink
Replace head with 3.4 preview and TruffleRuby+GraalVM in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Maumagnaguagno committed Aug 1, 2024
1 parent 950932b commit d9bdebb
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.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, head, jruby-head, truffleruby-head]
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, 3.4.0-preview1, jruby-head, truffleruby-head, truffleruby+graalvm-head]
fail-fast: false
name: Ruby ${{ matrix.ruby }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit d9bdebb

Please sign in to comment.