Skip to content

Commit 4256f9b

Browse files
committed
Remove JRuby from the test matrix
It's not even booting the test suite for unclear reason. I don't have the time to investigate it. If someone care about JRuby coverage, PR welcome.
1 parent fced322 commit 4256f9b

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.4", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "jruby"]
36+
ruby: ["3.4", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6"]
3737
runs-on: ubuntu-latest
3838
env:
3939
LOW_TIMEOUT: "0.01"

0 commit comments

Comments
 (0)