Skip to content

Commit 37163d2

Browse files
authored
Require rspec to pass for rails 8 (#1094)
## Summary Describe the change and the motivation. ## Checklist - [ ] Tests added/updated and passing (`bin/ci`). - [ ] Lint and security checks (`rubocop`, `brakeman`, `bundler-audit`). - [ ] Documentation updated under `docs/` describing new/changed functionality. - [ ] Mermaid diagrams (`docs/*.mmd`) updated to reflect changes. - [ ] Rendered PNGs regenerated with `bin/render_diagrams` and committed. - [ ] For DB changes, included any needed backfills/dedupes and noted risks. ## Screenshots / Diagrams If applicable, include screenshots or link to updated diagrams. ## Notes Anything reviewers should be aware of (migration order, flags, feature toggles).
2 parents e378260 + c6697f4 commit 37163d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rubyonrails.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
allowed_failure: false # ✅ required
1616
- ruby: '3.4.4'
1717
rails: '8.0.2'
18-
allowed_failure: true # ⚠️ allowed to fail
18+
allowed_failure: false # ✅ required
1919

2020
env:
2121
RAILS_ENV: test

0 commit comments

Comments
 (0)