From 6c22a7563ee5249074c2c005c0d6f0c4e626ca9d Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Mon, 25 Nov 2024 16:10:50 +0000 Subject: [PATCH] [CI] Removes 3.0 testing in testing pipelines --- .buildkite/pipeline.yml | 5 ----- .github/workflows/8.17.yml | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index a8481eb6f..2b46a13cb 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -18,7 +18,6 @@ steps: - "3.3" - "3.2" - "3.1" - - "3.0" transport: - "8.3" ruby_source: @@ -34,10 +33,6 @@ steps: suite: "platinum" ruby: "3.1" skip: true - - with: - suite: "platinum" - ruby: "3.0" - skip: true - with: suite: "free" ruby: "3.3" diff --git a/.github/workflows/8.17.yml b/.github/workflows/8.17.yml index 028e33328..428562969 100644 --- a/.github/workflows/8.17.yml +++ b/.github/workflows/8.17.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ '3.0', '3.1', '3.2', '3.3', 'jruby-9.3', 'jruby-9.4' ] + ruby: [ '3.1', '3.2', '3.3', 'jruby-9.3', 'jruby-9.4' ] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4