We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a603ae2 commit fc0b2e6Copy full SHA for fc0b2e6
.github/workflows/ubuntu-test.yml
@@ -26,9 +26,9 @@ jobs:
26
gem update --system 3.2.3
27
gem install bundler -v 2.3.27
28
bundle add concurrent-ruby --version 1.3.4
29
- if: matrix.ruby == '2.5'
+ if: matrix.ruby == '2.5' || matrix.ruby == '2.6'
30
- run: gem update --system
31
- if: matrix.ruby != '2.5' && matrix.ruby != '2.6' && matrix.ruby != '2.7'
+ if: matrix.ruby != '2.5' && matrix.ruby != '2.6' && matrix.ruby != '2.7' && matrix.ruby != '3.0'
32
- run: bundle exec rake
33
34
env:
0 commit comments