Skip to content

Commit 837e4d5

Browse files
committed
Revert "Prune Rails 7 builds"
This reverts commit 37c8073.
1 parent 271dc4c commit 837e4d5

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

.github/workflows/ci.yml

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,31 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
include:
32-
# Rails 6.1 builds >= 2.5
33-
- ruby: '3.1'
32+
# Edge Rails (7.1) builds >= 2.7
33+
- ruby: '3.0'
34+
allow_failure: true
3435
env:
35-
RAILS_VERSION: '~> 6.1.0'
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+
56+
# Rails 6.1 builds >= 2.5
3657
- ruby: '3.0'
3758
env:
3859
RAILS_VERSION: '~> 6.1.0'

0 commit comments

Comments
 (0)