We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1542c8 commit acb28c7Copy full SHA for acb28c7
.github/workflows/ruby.yml
@@ -16,7 +16,6 @@ jobs:
16
- '3.3'
17
- '3.2'
18
- '3.1'
19
- - '3.0'
20
rails-version:
21
- '8.0'
22
- '7.2'
@@ -28,6 +27,12 @@ jobs:
28
27
- ruby-version: '3.1'
29
rails-version: '6.0'
30
+ - ruby-version: '3.0'
31
+ rails-version: '7.1'
32
33
+ rails-version: '7.0'
34
35
+ rails-version: '6.1'
36
- ruby-version: '3.0'
37
38
@@ -57,8 +62,6 @@ jobs:
57
62
rails-version: '6.1'
58
63
59
64
exclude:
60
- - ruby-version: '3.0'
61
- rails-version: '7.2'
65
66
env:
67
RUBY_VERSION: ${{ matrix.ruby-version }}
0 commit comments