Skip to content

Commit dbe64a7

Browse files
committed
Remove Rails 7 builds
`rspec-rails` 6.0 will support Rails 7
1 parent 98c6c38 commit dbe64a7

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,6 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
include:
19-
# Rails Master (7.0) builds >= 2.7
20-
- ruby: 3.1
21-
env:
22-
RAILS_VERSION: '~> 7.0.0'
23-
- ruby: '3.0'
24-
allow_failure: true
25-
env:
26-
RAILS_VERSION: '~> 7.0.0'
27-
- ruby: 2.7
28-
allow_failure: true
29-
env:
30-
RAILS_VERSION: '~> 7.0.0'
31-
3219
# Rails 6.1 builds >= 2.5
3320
- ruby: 3.1
3421
env:

0 commit comments

Comments
 (0)