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 2d014dd commit c71e39cCopy full SHA for c71e39c
1 file changed
.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
66
# jruby is included provisionally: akami's OpenSSL-based signing and GOST
67
# engine make its jruby support unverified, so it does not block either
68
# until a green run proves it can be promoted to a required build.
69
- continue-on-error: ${{ matrix.ruby == 'head' || matrix.ruby == 'truffleruby-head' || matrix.ruby == 'jruby-9.4.8' }}
+ continue-on-error: ${{ matrix.ruby == 'head' || matrix.ruby == 'truffleruby-head' }}
70
steps:
71
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
72
with:
0 commit comments