Skip to content

Commit 012434f

Browse files
committed
Change GitHub CI to install Ruby 2.2 on the latest Ubuntu
1 parent 3ee42fb commit 012434f

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
@@ -23,6 +23,7 @@ jobs:
2323
ruby:
2424
- "2.0"
2525
- "2.1"
26+
- "2.2"
2627
- "2.3"
2728
- "2.4"
2829
- "2.5"
@@ -37,8 +38,6 @@ jobs:
3738
- jruby-head
3839
- truffleruby-head
3940
include:
40-
- ruby: "2.2"
41-
os: ubuntu-20.04
4241
- ruby: "2.7"
4342
coverage: true
4443
- ruby: jruby-9.2

0 commit comments

Comments
 (0)