From 2c8a0f1262892ea79f0f8ff722798e712f885195 Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Wed, 12 Feb 2025 17:07:54 +0900 Subject: [PATCH] ci: Drop EOL ruby version See https://www.ruby-lang.org/en/downloads/branches/ --- .github/workflows/linux.yml | 2 +- .github/workflows/macos.yml | 2 +- .github/workflows/windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 088cda2..97f040d 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ '3.0', '3.1', '3.2', '3.3', '3.4' ] + ruby: [ '3.1', '3.2', '3.3', '3.4' ] os: - ubuntu-latest name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }} diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index fae596f..dfd3237 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ '3.0', '3.1', '3.2', '3.3', '3.4' ] + ruby: [ '3.1', '3.2', '3.3', '3.4' ] os: - macOS-latest name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 61df54d..8f3293f 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ '3.0', '3.1', '3.2', '3.3', '3.4' ] + ruby: [ '3.1', '3.2', '3.3', '3.4' ] os: - windows-latest name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}