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 1ce3ab0 commit 2770bc1Copy full SHA for 2770bc1
1 file changed
.github/workflows/ci.yml
@@ -63,9 +63,6 @@ jobs:
63
matrix:
64
ruby: ['3.0', 3.1, 3.2, 3.3, 3.4, '4.0', truffleruby, head, truffleruby-head, jruby-9.4.8]
65
# Head builds surface upstream regressions early and should not block.
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' }}
70
steps:
71
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
0 commit comments