Skip to content

Commit

Permalink
Use older bundler version
Browse files Browse the repository at this point in the history
  • Loading branch information
iMacTia committed Sep 20, 2024
1 parent 2b766b8 commit 0ca4e9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Ruby 3.0
- name: Set up Ruby 2.7
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
ruby-version: 2.7

- name: Rubocop
run: |
gem install bundler
gem install bundler -v 2.4.22
bundle config set without 'development test'
bundle config set with 'lint'
bundle install
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Build
run: |
gem install bundler -v '<2'
gem install bundler -v 2.4.22
bundle install --jobs 4 --retry 3
- name: Test
Expand Down

0 comments on commit 0ca4e9b

Please sign in to comment.