Skip to content

Commit 11c97b0

Browse files
committed
Skip Ruby 2.5
1 parent 7cf8281 commit 11c97b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
strategy:
88
matrix:
9-
ruby: [ 'head', '3.0', '2.7', '2.6', '2.5' ]
9+
ruby: [ 'head', '3.0', '2.7', '2.6' ]
1010
os:
1111
- windows-latest
1212
- ubuntu-latest
@@ -22,7 +22,7 @@ jobs:
2222
ruby-version: ${{ matrix.ruby }}
2323
bundler-cache: true # 'bundle install' and cache
2424
# Avoid issues on these platforms
25-
- if: ${{ matrix.ruby == '2.5' || matrix.ruby == '2.6' }}
25+
- if: ${{ matrix.ruby == '2.6' }}
2626
run: gem update --system
2727
- name: Run test
2828
run: bundle exec rake

0 commit comments

Comments
 (0)