Skip to content

Commit bd23b90

Browse files
committed
ci: Drop EOL ruby version
See https://www.ruby-lang.org/en/downloads/branches/ Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent 308fe80 commit bd23b90

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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: [ '3.0', '3.1', '3.2', '3.3', '3.4' ]
11+
ruby: [ '3.1', '3.2', '3.3', '3.4' ]
1212
os:
1313
- ubuntu-latest
1414
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}

.github/workflows/macos.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: [ '3.0', '3.1', '3.2', '3.3', '3.4' ]
11+
ruby: [ '3.1', '3.2', '3.3', '3.4' ]
1212
os:
1313
- macOS-latest
1414
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}

.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: [ '3.0', '3.1', '3.2', '3.3', '3.4' ]
11+
ruby: [ '3.1', '3.2', '3.3', '3.4' ]
1212
os:
1313
- windows-latest
1414
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}

0 commit comments

Comments
 (0)