We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 432bdfc + 30dd5ca commit 9ea25cfCopy full SHA for 9ea25cf
.github/workflows/ubuntu-test.yml
@@ -23,7 +23,7 @@ jobs:
23
ruby-version: ${{ matrix.ruby }}
24
bundler-cache: true
25
- run: gem update --system
26
- if: matrix.ruby != '2.5'
+ if: matrix.ruby != '2.5' && matrix.ruby != '2.6' && matrix.ruby != '2.7'
27
- run: bundle exec rake
28
29
env:
.github/workflows/windows-test.yml
0 commit comments