Skip to content

Commit d17fe2a

Browse files
committed
Only support latest 3 Ruby + Rails minors
1 parent 3572129 commit d17fe2a

File tree

1 file changed

+6
-31
lines changed

1 file changed

+6
-31
lines changed

Diff for: .github/workflows/build.yml

+6-31
Original file line numberDiff line numberDiff line change
@@ -16,44 +16,19 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
ruby:
19-
- 3.1
20-
- '3.0'
21-
- 2.7
22-
- 2.6
23-
- 2.5
24-
# - jruby-9.2.19.0
25-
# - jruby-9.3.1.0
19+
- '3.3'
20+
- '3.2'
21+
- '3.1'
2622
rails:
27-
- '~> 5.1.0'
28-
- '~> 5.2.0'
29-
- '~> 6.0.0'
30-
- '~> 6.1.0'
3123
- '~> 7.0.0'
24+
- '~> 7.1.0'
25+
- '~> 7.2.0'
3226
- 'edge'
33-
exclude:
34-
# Rails edge is now 7.x and requires ruby 2.7
35-
- rails: 'edge'
36-
ruby: 2.6
37-
- rails: 'edge'
38-
ruby: 2.5
39-
- rails: '~> 7.0.0'
40-
ruby: 2.6
41-
- rails: '~> 7.0.0'
42-
ruby: 2.5
43-
# Legacy Rails with newer rubies
44-
- rails: '~> 5.1.0'
45-
ruby: '3.0'
46-
- rails: '~> 5.2.0'
47-
ruby: '3.0'
48-
- rails: '~> 5.1.0'
49-
ruby: 3.1
50-
- rails: '~> 5.2.0'
51-
ruby: 3.1
5227

5328
env:
5429
RAILS: ${{ matrix.rails }}
5530
steps:
56-
- uses: actions/checkout@v2
31+
- uses: actions/checkout@v4
5732
- uses: ruby/setup-ruby@v1
5833
with:
5934
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)