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 c76c1e6 commit 606f1b9Copy full SHA for 606f1b9
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
fail-fast: false
37
matrix:
38
include:
39
- # Edge Rails (7.1) builds >= 2.7
+ # Edge Rails (?) builds >= 2.7
40
- ruby: 3.2
41
env:
42
RAILS_VERSION: 'main'
@@ -50,6 +50,20 @@ jobs:
50
51
52
53
+ # Rails 7.1 builds >= 2.7
54
+ - ruby: 3.2
55
+ env:
56
+ RAILS_VERSION: '~> 7.1.0'
57
+ - ruby: 3.1
58
59
60
+ - ruby: '3.0'
61
62
63
+ - ruby: 2.7
64
65
66
+
67
# Rails 7.0 builds >= 2.7
68
69
0 commit comments