We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a0633 commit 98c3677Copy full SHA for 98c3677
.github/workflows/test.yml
@@ -18,16 +18,14 @@ jobs:
18
fail-fast: false
19
matrix:
20
include:
21
- - ruby: "3.1"
+ - ruby: "3.2"
22
rails: "HEAD"
23
- - ruby: "3.0"
+ - ruby: "3.1"
24
rails: "7.0"
25
- - ruby: "2.7"
+ - ruby: "3.0"
26
rails: "6.1"
27
- - ruby: "2.6"
+ - ruby: "2.7"
28
rails: "6.0"
29
- - ruby: "2.5"
30
- rails: "5.2"
31
container:
32
image: ruby:${{ matrix.ruby }}
33
env:
@@ -42,8 +40,6 @@ jobs:
42
40
restore-keys: |
43
41
bundle-${{ matrix.ruby }}-${{ hashFiles('**/*.gemspec') }}-${{ hashFiles('**/Gemfile') }}
44
bundle-${{ matrix.ruby }}-
45
- - name: Upgrade Bundler to 2.0 (for older Rubies)
46
- run: gem install bundler -v '~> 2.0'
47
- name: Bundle install
48
run: |
49
bundle config path vendor/bundle
0 commit comments