Skip to content

Commit

Permalink
Update Bundler (only for Ruby 2.6 and 2.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokaro committed May 5, 2024
1 parent cefa289 commit ba7135d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
run: gem update --system 3.2.3
if: matrix.ruby == '2.6'

- name: Update Bundler (only for Ruby 2.6 and 2.7)
run: bundle update --bundler
if: matrix.ruby == '2.6' || matrix.ruby == '2.7'

- name: Build stub and run tests
env:
TMP: ${{ github.workspace }}
Expand Down

0 comments on commit ba7135d

Please sign in to comment.