We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 432bdfc commit 30dd5caCopy full SHA for 30dd5ca
.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