Skip to content

Commit

Permalink
update bundler version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzhao committed Aug 10, 2024
1 parent d971b77 commit 1d5a6d7
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ jobs:
include:
- { os: ubuntu-latest, ruby_version: 2.6 }
- { os: ubuntu-latest, ruby_version: 2.7 }
- { os: ubuntu-latest, ruby_version: '3.0' }
- { os: ubuntu-latest, ruby_version: "3.0" }
steps:
- name: Setup Ruby, JRuby and TruffleRuby
uses: ruby/setup-ruby@v1.75.0
with:
bundler: 1
ruby-version: ${{ matrix.ruby_version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Run tests
run: |
gem install bundler:2.2.25
bundle install --jobs 4 --retry 3
bundle exec rspec
- name: Setup Ruby, JRuby and TruffleRuby
uses: ruby/setup-ruby@v1.75.0
with:
bundler: 1
ruby-version: ${{ matrix.ruby_version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Run tests
run: |
gem install bundler:2.3.7
bundle install --jobs 4 --retry 3
bundle exec rspec

0 comments on commit 1d5a6d7

Please sign in to comment.