Skip to content

Commit

Permalink
switch to ruby 2.7 and bundler 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
comanl authored Oct 18, 2023
1 parent 2418c93 commit 4fef8f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
sudo snap install --classic ripgrep
rg --version
- name: "Setup ruby 2.6"
- name: "Setup ruby 2.7"
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.10
ruby-version: 2.7.8
bundler-cache: false

- uses: actions/checkout@v1
Expand All @@ -33,7 +33,7 @@ jobs:
- name: "Install Gems"
run: |
gem install bundler:2.3.26
gem install bundler:2.4.21
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
Expand Down

0 comments on commit 4fef8f7

Please sign in to comment.