Skip to content

Commit ccb0780

Browse files
committed
Add JRuby 10.0 to CI
1 parent f46561d commit ccb0780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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.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, jruby-10.0 ]
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)