From dea3628961ba533dbb8f46aad09ada3019f6195f Mon Sep 17 00:00:00 2001 From: Pavlo Shevchenko Date: Mon, 4 Mar 2024 16:28:16 +0100 Subject: [PATCH] Run injection integ tests against GE and DV plugins --- .github/workflows/integ-test-inject-develocity.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integ-test-inject-develocity.yml b/.github/workflows/integ-test-inject-develocity.yml index 8ffce80..48a28ba 100644 --- a/.github/workflows/integ-test-inject-develocity.yml +++ b/.github/workflows/integ-test-inject-develocity.yml @@ -24,13 +24,14 @@ jobs: env: DEVELOCITY_INJECTION_ENABLED: true DEVELOCITY_URL: https://ge.solutions-team.gradle.com - DEVELOCITY_PLUGIN_VERSION: 3.16.2 + DEVELOCITY_PLUGIN_VERSION: ${{ matrix.plugin-version }} DEVELOCITY_CCUD_PLUGIN_VERSION: 1.13 GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} # This env var has not (yet) been renamed/aliased in GE plugin 3.16.2 strategy: matrix: gradle: [current, 7.6.2, 6.9.4, 5.6.4] os: ${{fromJSON(inputs.runner-os)}} + plugin-version: [3.16.2, 3.17] runs-on: ubuntu-latest steps: - name: Checkout sources