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 8c17b4e commit 97f4f49Copy full SHA for 97f4f49
.github/workflows/ci.yml
@@ -36,14 +36,25 @@ jobs:
36
fail-fast: false
37
matrix:
38
include:
39
- # Edge Rails (?) builds >= 2.7
+ # Edge Rails (?) builds >= 3.1
40
- ruby: 3.2
41
env:
42
RAILS_VERSION: 'main'
43
- ruby: 3.1
44
45
46
47
+ # Rails 7.2 builds >= 3.1
48
+ - ruby: 3.3
49
+ env:
50
+ RAILS_VERSION: '~> 7.2.0'
51
+ - ruby: 3.2
52
53
54
+ - ruby: 3.1
55
56
57
+
58
# Rails 7.1 builds >= 2.7
59
60
0 commit comments