diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cc2ed5ddea8a..25351269c137 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -77,7 +77,7 @@ jobs: test: strategy: matrix: - ruby-version: ["2.7", "3.2", "jruby"] + ruby-version: ["2.7", "3.2", "jruby-9.4.12.0"] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} if: (github.event.pull_request.draft == false && !contains(github.event.pull_request.labels.*.name, 'ci/skip') && !contains(github.event.pull_request.head.ref, 'datadog-api-spec/test/')) || github.event_name == 'schedule'