Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf2153e

Browse files
authored
Allow ruby-head to fail (#516)
It currently crashes: #515 (comment)
1 parent b56cef3 commit cf2153e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ jobs:
8888
- '3.0'
8989
- 3.1
9090
- 3.2
91-
- head
9291
- jruby-9.1
9392
- jruby-9.2
9493
- jruby-9.3
@@ -114,6 +113,7 @@ jobs:
114113
- { os: windows-2022, ruby: 3.1 }
115114
- { os: windows-2022, ruby: jruby-9.3 }
116115
# allowed to fail
116+
- { os: ubuntu-20.04, ruby: head, gemfile: Gemfile, allow-failure: true }
117117
- { os: ubuntu-20.04, ruby: jruby-head, gemfile: Gemfile, allow-failure: true }
118118
- { os: ubuntu-20.04, ruby: truffleruby-head, gemfile: Gemfile, allow-failure: true }
119119
env:

0 commit comments

Comments
 (0)