We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4fc04 commit 9524614Copy full SHA for 9524614
.github/workflows/test.yml
@@ -47,11 +47,10 @@ jobs:
47
ruby: "2.5"
48
gemfile: gemfiles/openssl.gemfile
49
experimental: false
50
- # Disable temporarily due to `ArgumentError: circular causes` error
51
- # - os: ubuntu-latest
52
- # ruby: "truffleruby-head"
53
- # gemfile: "gemfiles/standalone.gemfile"
54
- # experimental: true
+ - os: ubuntu-latest
+ ruby: "truffleruby-head"
+ gemfile: "gemfiles/standalone.gemfile"
+ experimental: true
55
- os: ubuntu-latest
56
ruby: head
57
gemfile: gemfiles/standalone.gemfile
0 commit comments