Skip to content

Commit 6b202d5

Browse files
tylerwillinghambbatsov
authored andcommitted
Remove EOL Ruby versions 3.0 and 3.1 from CI matrix
1 parent 8d8c778 commit 6b202d5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,8 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
ruby: [ '3.0', '3.1', '3.2', '3.3', '3.4' ]
19+
ruby: [ '3.2', '3.3', '3.4' ]
2020
gemfile: [rails.6.1.activerecord, rails.7.0.activerecord, rails.7.1.activerecord, rails.7.2.activerecord, rails.8.0.activerecord]
21-
exclude:
22-
- ruby: '3.0'
23-
gemfile: rails.7.2.activerecord
24-
- ruby: '3.0'
25-
gemfile: rails.8.0.activerecord
2621
name: ${{ matrix.ruby }}-${{ matrix.gemfile }}
2722

2823
env:

0 commit comments

Comments
 (0)