Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f93d5a8

Browse files
committedMay 22, 2025
Add JRuby 10.0 to CI
1 parent 68dd542 commit f93d5a8

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
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
os: [ubuntu-latest]
27-
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 ]
27+
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, jruby-10.0 ]
2828
include:
2929
- { os: ubuntu-22.04, ruby: "1.9.3" }
3030
- { os: ubuntu-22.04, ruby: jruby-9.1 }

0 commit comments

Comments
 (0)
Failed to load comments.