Skip to content

Commit

Permalink
Add back head versions to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
inkstak committed Apr 18, 2024
1 parent 1a3c28e commit b3ca177
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 @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
# Test only supported versions: https://endoflife.date/ruby
ruby-version: [ '3.0', '3.1', '3.2', '3.3', jruby, truffleruby ]
ruby-version: [ '3.0', '3.1', '3.2', '3.3', head, jruby, jruby-head, truffleruby, truffleruby-head ]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b3ca177

Please sign in to comment.