Skip to content

Commit c7b7d2a

Browse files
committed
Change GitHub CI to install Ruby 2.2 on the latest Ubuntu
1 parent 4d88611 commit c7b7d2a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
ruby:
2828
- "2.0"
2929
- "2.1"
30+
- "2.2"
3031
- "2.3"
3132
- "2.4"
3233
- "2.5"
@@ -42,8 +43,6 @@ jobs:
4243
- jruby-head
4344
- truffleruby-head
4445
include:
45-
- ruby: "2.2"
46-
os: ubuntu-20.04
4746
- ruby: "2.7"
4847
coverage: true
4948
- ruby: jruby-9.2

0 commit comments

Comments
 (0)