Skip to content

Commit

Permalink
Replace 3.4 preview with head in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Maumagnaguagno committed Nov 2, 2024
1 parent 9eb5f18 commit 3906388
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, 3.4.0-preview1, jruby-head, truffleruby-head, truffleruby+graalvm-head]
ruby: [2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, 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 3906388

Please sign in to comment.