Skip to content

Commit 9ea25cf

Browse files
authored
Merge pull request #91 from mtsmfm/maintain-ci
Fix CI
2 parents 432bdfc + 30dd5ca commit 9ea25cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ubuntu-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
ruby-version: ${{ matrix.ruby }}
2424
bundler-cache: true
2525
- run: gem update --system
26-
if: matrix.ruby != '2.5'
26+
if: matrix.ruby != '2.5' && matrix.ruby != '2.6' && matrix.ruby != '2.7'
2727
- run: bundle exec rake
2828
- run: bundle exec rake
2929
env:

.github/workflows/windows-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
ruby-version: ${{ matrix.ruby }}
2424
bundler-cache: true
2525
- run: gem update --system
26-
if: matrix.ruby != '2.5'
26+
if: matrix.ruby != '2.5' && matrix.ruby != '2.6' && matrix.ruby != '2.7'
2727
- run: bundle exec rake
2828
- run: bundle exec rake
2929
env:

0 commit comments

Comments
 (0)