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 196316f commit b73f422Copy full SHA for b73f422
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
include:
15
- rails: "6.0"
16
- ruby: 2.7
+ ruby: "2.7"
17
18
- rails: "6.1"
19
ruby: "2.7"
@@ -25,18 +25,18 @@ jobs:
25
ruby: "3.2"
26
27
- rails: "7.0"
28
- ruby: 3.1
+ ruby: "3.1"
29
30
- ruby: 3.2
+ ruby: "3.2"
31
32
- rails: "7.1.1"
33
34
- rails: "7.1"
35
36
- - rails: "7.1.1"
37
+ - rails: "7.1"
38
39
40
41
env:
42
BUNDLE_GEMFILE: gemfiles/rails_${{ matrix.rails }}.gemfile
0 commit comments