Skip to content

Commit fc0b2e6

Browse files
committed
wip
1 parent a603ae2 commit fc0b2e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ubuntu-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
gem update --system 3.2.3
2727
gem install bundler -v 2.3.27
2828
bundle add concurrent-ruby --version 1.3.4
29-
if: matrix.ruby == '2.5'
29+
if: matrix.ruby == '2.5' || matrix.ruby == '2.6'
3030
- run: gem update --system
31-
if: matrix.ruby != '2.5' && matrix.ruby != '2.6' && matrix.ruby != '2.7'
31+
if: matrix.ruby != '2.5' && matrix.ruby != '2.6' && matrix.ruby != '2.7' && matrix.ruby != '3.0'
3232
- run: bundle exec rake
3333
- run: bundle exec rake
3434
env:

0 commit comments

Comments
 (0)