Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsmfm committed Apr 22, 2024
1 parent 1defa94 commit 319d55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: gem update --system
if: matrix.ruby != '2.5'
if: matrix.ruby != '2.5' || matrix.ruby != '2.6' || matrix.ruby != '2.7'
- run: bundle exec rake
- run: bundle exec rake
env:
Expand Down

0 comments on commit 319d55d

Please sign in to comment.