Skip to content

Commit 3dd5faa

Browse files
committed
CI: Drop Ruby 2.7 & 3.0
They are already EOL.
1 parent 35f3a77 commit 3dd5faa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
ruby: [ '2.7', '3.0', '3.1', '3.2', '3.3', '3.4' ]
11+
ruby: [ '3.1', '3.2', '3.3', '3.4' ]
1212
os: [ 'ubuntu-latest' ]
1313
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
1414
steps:

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
ruby: [ '2.7', '3.0', '3.1', '3.2', '3.3', '3.4' ]
11+
ruby: [ '3.1', '3.2', '3.3', '3.4' ]
1212
os: [ 'windows-latest' ]
1313
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
1414
steps:

0 commit comments

Comments
 (0)