Skip to content

Commit f711fdd

Browse files
committed
Drop JRuby 9.3 CI
It appears to have keyword argument issues that do not affect JRuby 9.1, 9.2, or 9.4.
1 parent 5631d5c commit f711fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
os: [ubuntu-latest]
34-
ruby: [ "2.0.0", 2.1, 2.3, 2.4, 2.5, 2.6, 2.7, "3.0", 3.1, 3.2, 3.3, 3.4, jruby-9.3, jruby-9.4 ]
34+
ruby: [ "2.0.0", 2.1, 2.3, 2.4, 2.5, 2.6, 2.7, "3.0", 3.1, 3.2, 3.3, 3.4, jruby-9.4 ]
3535
include:
3636
- { os: ubuntu-22.04, ruby: "1.9.3" }
3737
- { os: ubuntu-22.04, ruby: jruby-9.1 }

0 commit comments

Comments
 (0)