Skip to content

Commit 89503e1

Browse files
committed
Try newer jruby
1 parent bd35ea9 commit 89503e1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,18 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
ruby:
14-
- jruby-19mode
14+
- jruby-9.1.17.0
1515
- "1.9"
1616
- "2.0"
1717
- "2.1"
1818
- "2.2"
1919
- "2.3"
2020
- "2.4"
2121
- "2.5"
22+
- "2.6"
23+
- "2.7"
24+
- "3.0"
25+
- "3.1"
2226

2327
runs-on: 'ubuntu-latest'
2428

0 commit comments

Comments
 (0)