Skip to content

Commit 98c3677

Browse files
committed
Update Ruby versions in CI matrix
1 parent 61a0633 commit 98c3677

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,14 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
include:
21-
- ruby: "3.1"
21+
- ruby: "3.2"
2222
rails: "HEAD"
23-
- ruby: "3.0"
23+
- ruby: "3.1"
2424
rails: "7.0"
25-
- ruby: "2.7"
25+
- ruby: "3.0"
2626
rails: "6.1"
27-
- ruby: "2.6"
27+
- ruby: "2.7"
2828
rails: "6.0"
29-
- ruby: "2.5"
30-
rails: "5.2"
3129
container:
3230
image: ruby:${{ matrix.ruby }}
3331
env:
@@ -42,8 +40,6 @@ jobs:
4240
restore-keys: |
4341
bundle-${{ matrix.ruby }}-${{ hashFiles('**/*.gemspec') }}-${{ hashFiles('**/Gemfile') }}
4442
bundle-${{ matrix.ruby }}-
45-
- name: Upgrade Bundler to 2.0 (for older Rubies)
46-
run: gem install bundler -v '~> 2.0'
4743
- name: Bundle install
4844
run: |
4945
bundle config path vendor/bundle

0 commit comments

Comments
 (0)