Skip to content

Commit

Permalink
Remove ruby head from build
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowens authored Oct 4, 2021
1 parent 2e980f3 commit d6ba201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
# TODO: Add jruby if something like allow_failures will be implemented on Actions.
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', head]
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0']
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit d6ba201

Please sign in to comment.