.github/workflows/test.yml in datadog_api_client-1.7.0 vs .github/workflows/test.yml in datadog_api_client-1.8.0

- old
+ new

@@ -56,23 +56,25 @@ exit 1 test: strategy: matrix: - ruby-version: ["2.5", "2.6", "2.7"] + ruby-version: ["2.5", "3.1", "jruby"] platform: [ubuntu-latest, macos-latest] # , windows-latest] # test only latest version on macos and windows exclude: - platform: macos-latest ruby-version: "2.5" - platform: macos-latest - ruby-version: "2.6" + ruby-version: "jruby" # - platform: windows-latest # ruby-version: '2.5' # - platform: windows-latest # ruby-version: '2.6' 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/') + env: + BUNDLE_WITHOUT: docs steps: - uses: actions/checkout@v2 - name: Set up Ruby ${{ matrix.ruby-version }} uses: ruby/setup-ruby@v1 with: