Skip to content

Commit b667b83

Browse files
committed
Stop testing Ruby 2.2 in CI as it no longer works with ubuntu-latest
1 parent c407c9c commit b667b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ ubuntu-20.04 ]
14-
ruby: [ 2.0.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, jruby-9.3, jruby-9.4 ]
14+
ruby: [ 2.0.0, 2.1, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, jruby-9.3, jruby-9.4 ]
1515
gemfile: [ Gemfile, Gemfile.rack-1.x ]
1616
exclude:
1717
- ruby: 2.0.0

0 commit comments

Comments
 (0)