Skip to content

Commit 71356e9

Browse files
committed
Remove Ruby 2.2 from CI because it's not supported by Ruby anymore and it breaks the CI
1 parent bc2a8ed commit 71356e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
17-
ruby: [2.2, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.2, truffleruby-head]
17+
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.2, truffleruby-head]
1818

1919
steps:
2020
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)