Skip to content

Commit 4d88611

Browse files
committed
Change GitHub CI to install JRuby 9.2 on Ubuntu 22.04
1 parent 5dd5359 commit 4d88611

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
- "3.2"
3838
- "3.3"
3939
- ruby-head
40-
- jruby-9.2
4140
- jruby-9.3
4241
- jruby-9.4
4342
- jruby-head
@@ -47,6 +46,8 @@ jobs:
4746
os: ubuntu-20.04
4847
- ruby: "2.7"
4948
coverage: true
49+
- ruby: jruby-9.2
50+
os: ubuntu-22.04
5051
continue-on-error: ${{ endsWith(matrix.ruby, 'head') }}
5152
env:
5253
COVERAGE: ${{ matrix.coverage }}

0 commit comments

Comments
 (0)