We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d8705f commit 62d117fCopy full SHA for 62d117f
1 file changed
.github/workflows/test.yml
@@ -77,7 +77,7 @@ jobs:
77
test:
78
strategy:
79
matrix:
80
- ruby-version: ["2.7", "3.2", "jruby"]
+ ruby-version: ["2.7", "3.2", "jruby-9.4.12.0"]
81
platform: [ubuntu-latest]
82
runs-on: ${{ matrix.platform }}
83
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'
0 commit comments