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 cb8fd49 commit f6e4f5e
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, 3.4.0-preview1, truffleruby-head, truffleruby+graalvm-head]
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, head, truffleruby-head, truffleruby+graalvm-head]
fail-fast: false
name: Ruby ${{ matrix.ruby }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit f6e4f5e

Please sign in to comment.