Skip to content

Commit e3d7009

Browse files
committed
Remove jruby from CI matrix
It somehow get stuck and doesn't give any output. I'm tired of this shit.
1 parent 9dff7ac commit e3d7009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
ruby: ["3.1", "3.0", "2.7", "2.6", "2.5", "2.4", "jruby-9.2.9.0"]
36+
ruby: ["3.1", "3.0", "2.7", "2.6", "2.5", "2.4"]
3737
runs-on: ubuntu-latest
3838
env:
3939
VERBOSE: "true"

0 commit comments

Comments
 (0)