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