Skip to content

Commit

Permalink
Update Ruby versions in CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Aug 3, 2023
1 parent 61a0633 commit 98c3677
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,14 @@ jobs:
fail-fast: false
matrix:
include:
- ruby: "3.1"
- ruby: "3.2"
rails: "HEAD"
- ruby: "3.0"
- ruby: "3.1"
rails: "7.0"
- ruby: "2.7"
- ruby: "3.0"
rails: "6.1"
- ruby: "2.6"
- ruby: "2.7"
rails: "6.0"
- ruby: "2.5"
rails: "5.2"
container:
image: ruby:${{ matrix.ruby }}
env:
Expand All @@ -42,8 +40,6 @@ jobs:
restore-keys: |
bundle-${{ matrix.ruby }}-${{ hashFiles('**/*.gemspec') }}-${{ hashFiles('**/Gemfile') }}
bundle-${{ matrix.ruby }}-
- name: Upgrade Bundler to 2.0 (for older Rubies)
run: gem install bundler -v '~> 2.0'
- name: Bundle install
run: |
bundle config path vendor/bundle
Expand Down

0 comments on commit 98c3677

Please sign in to comment.