Skip to content

Commit

Permalink
Add Ruby head to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Aug 4, 2024
1 parent 3a12258 commit 6fab7bd
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 @@ -6,7 +6,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', jruby, truffleruby ]
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', head, jruby, truffleruby ]
# CRuby < 2.6 does not support macos-arm64, so test those on amd64 instead
# JRuby 9.4.7.0 does not have native console support on macos-arm64: https://github.com/jruby/jruby/issues/8271
include:
Expand Down

0 comments on commit 6fab7bd

Please sign in to comment.