Skip to content

Commit

Permalink
Allow ruby-head to fail (#516)
Browse files Browse the repository at this point in the history
It currently crashes: #515 (comment)
  • Loading branch information
dentarg committed Jul 31, 2023
1 parent b56cef3 commit cf2153e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -88,7 +88,6 @@ jobs:
- '3.0'
- 3.1
- 3.2
- head
- jruby-9.1
- jruby-9.2
- jruby-9.3
Expand All @@ -114,6 +113,7 @@ jobs:
- { os: windows-2022, ruby: 3.1 }
- { os: windows-2022, ruby: jruby-9.3 }
# allowed to fail
- { os: ubuntu-20.04, ruby: head, gemfile: Gemfile, allow-failure: true }
- { os: ubuntu-20.04, ruby: jruby-head, gemfile: Gemfile, allow-failure: true }
- { os: ubuntu-20.04, ruby: truffleruby-head, gemfile: Gemfile, allow-failure: true }
env:
Expand Down

0 comments on commit cf2153e

Please sign in to comment.