Skip to content

Commit 9883300

Browse files
authored
Merge pull request rspec#2462 from rspec/reduce-matrix-to-run-rails-master-against-2.7-plus-only
Remove Rails 7 builds against Ruby < 2.7
2 parents ba5bab2 + 9398cc8 commit 9883300

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
include:
19-
# Rails Master builds >= 2.5
19+
# Rails Master (7.0) builds >= 2.7
2020
- ruby: 3.0
2121
allow_failure: true
2222
env:
@@ -25,16 +25,8 @@ jobs:
2525
allow_failure: true
2626
env:
2727
RAILS_VERSION: 'master'
28-
- ruby: 2.6
29-
allow_failure: true
30-
env:
31-
RAILS_VERSION: 'master'
32-
- ruby: 2.5
33-
allow_failure: true
34-
env:
35-
RAILS_VERSION: 'master'
3628

37-
# Rails 6.1.0 builds >= 2.5
29+
# Rails 6.1 builds >= 2.5
3830
- ruby: 3.0
3931
allow_failure: true
4032
env:

0 commit comments

Comments
 (0)