Skip to content

Commit d6ba201

Browse files
authored
Remove ruby head from build
1 parent 2e980f3 commit d6ba201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
2424
# TODO: Add jruby if something like allow_failures will be implemented on Actions.
25-
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', head]
25+
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0']
2626
steps:
2727
- uses: actions/checkout@v2
2828
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)