Skip to content

Commit 37c8073

Browse files
JonRowepirj
authored andcommitted
Prune Rails 7 builds
1 parent 3ccd1f7 commit 37c8073

File tree

1 file changed

+3
-24
lines changed

1 file changed

+3
-24
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -29,31 +29,10 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
include:
32-
# Edge Rails (7.1) builds >= 2.7
33-
- ruby: '3.0'
34-
allow_failure: true
35-
env:
36-
RAILS_VERSION: 'main'
37-
- ruby: 2.7
38-
allow_failure: true
39-
env:
40-
RAILS_VERSION: 'main'
41-
42-
# Rails 7.0 builds >= 2.7
43-
- ruby: 3.1
44-
allow_failure: true
45-
env:
46-
RAILS_VERSION: '~> 7.0.0'
47-
- ruby: '3.0'
48-
allow_failure: true
49-
env:
50-
RAILS_VERSION: '~> 7.0.0'
51-
- ruby: 2.7
52-
allow_failure: true
53-
env:
54-
RAILS_VERSION: '~> 7.0.0'
55-
5632
# Rails 6.1 builds >= 2.5
33+
- ruby: '3.1'
34+
env:
35+
RAILS_VERSION: '~> 6.1.0'
5736
- ruby: '3.0'
5837
env:
5938
RAILS_VERSION: '~> 6.1.0'

0 commit comments

Comments
 (0)