Skip to content

Commit cb8776c

Browse files
committed
Make rails main fail the build
1 parent a9ae00b commit cb8776c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

-4
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,15 @@ jobs:
3838
include:
3939
# Edge Rails (7.1) builds >= 2.7
4040
- ruby: 3.2
41-
allow_failure: true
4241
env:
4342
RAILS_VERSION: 'main'
4443
- ruby: 3.1
45-
allow_failure: true
4644
env:
4745
RAILS_VERSION: 'main'
4846
- ruby: '3.0'
49-
allow_failure: true
5047
env:
5148
RAILS_VERSION: 'main'
5249
- ruby: 2.7
53-
allow_failure: true
5450
env:
5551
RAILS_VERSION: 'main'
5652

0 commit comments

Comments
 (0)