From 702f6fa44331972dbf1a9b5fa92b13545aa2c30a Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Tue, 15 Apr 2025 08:32:31 +0100 Subject: [PATCH] Revert "[CI] Test JRuby 10.0" This reverts commit 9bde3c301412859160b3d1526de699e403be2734. --- .buildkite/pipeline.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 4c4eb43d54..9f501ddbcc 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -14,7 +14,7 @@ steps: - "8.4" adjustments: - with: # JRuby tests - ruby: "10.0" + ruby: "9.4" ruby_source: "jruby" transport: "8.4" # Test for different versions of transport diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7f735a542f..b1d5d5a65f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ['head', '3.2', '3.3', '3.4', 'jruby-9.4', 'jruby-10.0'] + ruby: ['head', '3.2', '3.3', '3.4', 'jruby-9.3', 'jruby-9.4', 'jruby-head'] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4