.github/workflows/test.yml in datadog_api_client-2.21.0 vs .github/workflows/test.yml in datadog_api_client-2.22.0
- old
+ new
@@ -72,10 +72,10 @@
pre-commit run --all-files --show-diff-on-failure --color=always
test:
strategy:
matrix:
- ruby-version: ["2.6", "3.2", "jruby"]
+ ruby-version: ["2.7", "3.2", "jruby"]
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'
env:
BUNDLE_WITHOUT: docs