Skip to content

Commit 4827125

Browse files
committed
Drop Ruby 2.7 & 3.0 from CI
1 parent e78fa92 commit 4827125

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
ruby:
14-
- '2.7'
15-
- '3.0'
1614
- '3.1'
1715
- '3.2'
1816
- '3.3'
1917
- '3.4'
18+
- '4.0'
2019
name: Run test with Ruby ${{ matrix.ruby }}
2120
services:
2221
postgres:

0 commit comments

Comments
 (0)