Skip to content

Commit

Permalink
CI: update ruby 2.6 to install bundler 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pariser committed Dec 18, 2023
1 parent bb238ba commit c688d47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rspec_rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
container: ubuntu:focal
strategy:
matrix:
include: # use bundler 2.3 for ruby versions < 2.6 (https://bundler.io/compatibility.html)
include: # https://bundler.io/compatibility.html
- ruby-version: '2.6'
bundler-version: latest
bundler-version: '2.4'
- ruby-version: '2.7'
bundler-version: latest
- ruby-version: '3.0'
Expand Down

0 comments on commit c688d47

Please sign in to comment.