From 168d7b511c984a64cf4c2e30e067a700a3ceabfc Mon Sep 17 00:00:00 2001 From: jhongturney Date: Thu, 25 Jan 2024 15:02:49 -0800 Subject: [PATCH] deprecate 2.5 from matrix --- .github/workflows/main.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index acef15d..de5bd2c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - ruby-version: ["2.5", "2.6"] + ruby-version: ["2.6"] steps: - name: Checkout code uses: actions/checkout@v1 @@ -30,7 +30,7 @@ jobs: strategy: fail-fast: false matrix: - ruby-version: ["2.5", "2.6"] + ruby-version: ["2.6"] steps: - name: Checkout code uses: actions/checkout@v1 @@ -49,7 +49,7 @@ jobs: strategy: fail-fast: false matrix: - ruby-version: ["2.5", "2.6"] + ruby-version: ["2.6"] steps: - name: Checkout code uses: actions/checkout@v1 @@ -74,9 +74,7 @@ jobs: strategy: fail-fast: false matrix: - # 2.7 and 3.0 fail at the moment - # ruby-version: ["2.5", "2.6", "2.7", "3.0"] - ruby-version: ["2.5", "2.6"] + ruby-version: ["2.6"] steps: - name: Checkout code uses: actions/checkout@v1