Skip to content

Commit c6f2ec6

Browse files
authored
Merge pull request #1139 from tagliala/chore/test-against-jruby-10
Test against JRuby 10.0
2 parents 1d583ef + c776ad5 commit c6f2ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
ruby-version: ['3.1', '3.2', '3.3', '3.4', 'jruby-9.4']
15+
ruby-version: ['3.1', '3.2', '3.3', '3.4', 'jruby-9.4', 'jruby-10.0']
1616

1717
steps:
1818
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)