Skip to content

Commit 1ce3ab0

Browse files
committed
Promote jruby to fail on error
1 parent 77abe09 commit 1ce3ab0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# jruby is included provisionally: akami's OpenSSL-based signing and GOST
6767
# engine make its jruby support unverified, so it does not block either
6868
# 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' }}
69+
continue-on-error: ${{ matrix.ruby == 'head' || matrix.ruby == 'truffleruby-head' }}
7070
steps:
7171
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
7272
with:

0 commit comments

Comments
 (0)