Skip to content

Commit c97f457

Browse files
committed
Change GitHub CI to install JRuby 9.2 on Ubuntu 20.04
1 parent 18761cc commit c97f457

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
@@ -32,7 +32,6 @@ jobs:
3232
- "3.2"
3333
- "3.3"
3434
- ruby-head
35-
- jruby-9.2
3635
- jruby-9.3
3736
- jruby-9.4
3837
- jruby-head
@@ -42,6 +41,8 @@ jobs:
4241
os: ubuntu-20.04
4342
- ruby: "2.7"
4443
coverage: true
44+
- ruby: jruby-9.2
45+
os: ubuntu-20.04
4546
env:
4647
COVERAGE: ${{ matrix.coverage }}
4748
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

0 commit comments

Comments
 (0)