Skip to content

Commit

Permalink
Merge pull request #34 from inkstak/update_ci
Browse files Browse the repository at this point in the history
Remove ruby head version from CI
  • Loading branch information
inkstak authored Feb 18, 2024
2 parents 98b8c35 + 1b8c992 commit 054c57e
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', head, jruby, jruby-head, truffleruby, truffleruby-head ]
ruby-version: [ '3.0', '3.1', '3.2', '3.3', jruby, truffleruby ]

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

0 comments on commit 054c57e

Please sign in to comment.