From 87bf5ca2eab41bc2978d93f6cb0603c36a44fd08 Mon Sep 17 00:00:00 2001 From: daz Date: Fri, 5 Jul 2024 11:33:00 -0600 Subject: [PATCH] Update DV plugin versions that were missed by automation --- .github/workflows/integ-test-inject-develocity.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/integ-test-inject-develocity.yml b/.github/workflows/integ-test-inject-develocity.yml index 28b532b..9db3412 100644 --- a/.github/workflows/integ-test-inject-develocity.yml +++ b/.github/workflows/integ-test-inject-develocity.yml @@ -32,11 +32,11 @@ jobs: matrix: gradle: [current, 7.6.2, 6.9.4, 5.6.4] os: ${{fromJSON(inputs.runner-os)}} - plugin-version: [3.16.2, 3.17.4] + plugin-version: [3.16.2, 3.17.5] include: - plugin-version: 3.16.2 accessKeyEnv: GRADLE_ENTERPRISE_ACCESS_KEY - - plugin-version: 3.17.4 + - plugin-version: 3.17.5 accessKeyEnv: DEVELOCITY_ACCESS_KEY runs-on: ${{ matrix.os }} @@ -83,7 +83,7 @@ jobs: matrix: gradle: [current, 7.6.2, 6.9.4, 5.6.4] os: ${{fromJSON(inputs.runner-os)}} - plugin-version: [3.16.2, 3.17.4] + plugin-version: [3.16.2, 3.17.5] runs-on: ${{ matrix.os }} steps: - name: Checkout sources @@ -132,7 +132,7 @@ jobs: matrix: gradle: [ current, 7.6.2, 6.9.4, 5.6.4 ] os: ${{fromJSON(inputs.runner-os)}} - plugin-version: [ 3.16.2, 3.17.4 ] + plugin-version: [ 3.16.2, 3.17.5 ] runs-on: ubuntu-latest steps: - name: Checkout sources @@ -168,7 +168,7 @@ jobs: matrix: gradle: [ current, 7.6.2, 6.9.4, 5.6.4 ] os: ${{fromJSON(inputs.runner-os)}} - plugin-version: [ 3.16.2, 3.17.4 ] + plugin-version: [ 3.16.2, 3.17.5 ] runs-on: ${{ matrix.os }} steps: - name: Checkout sources