Skip to content

Commit 87bf5ca

Browse files
committed
Update DV plugin versions that were missed by automation
1 parent 81b4ece commit 87bf5ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/integ-test-inject-develocity.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
matrix:
3333
gradle: [current, 7.6.2, 6.9.4, 5.6.4]
3434
os: ${{fromJSON(inputs.runner-os)}}
35-
plugin-version: [3.16.2, 3.17.4]
35+
plugin-version: [3.16.2, 3.17.5]
3636
include:
3737
- plugin-version: 3.16.2
3838
accessKeyEnv: GRADLE_ENTERPRISE_ACCESS_KEY
39-
- plugin-version: 3.17.4
39+
- plugin-version: 3.17.5
4040
accessKeyEnv: DEVELOCITY_ACCESS_KEY
4141

4242
runs-on: ${{ matrix.os }}
@@ -83,7 +83,7 @@ jobs:
8383
matrix:
8484
gradle: [current, 7.6.2, 6.9.4, 5.6.4]
8585
os: ${{fromJSON(inputs.runner-os)}}
86-
plugin-version: [3.16.2, 3.17.4]
86+
plugin-version: [3.16.2, 3.17.5]
8787
runs-on: ${{ matrix.os }}
8888
steps:
8989
- name: Checkout sources
@@ -132,7 +132,7 @@ jobs:
132132
matrix:
133133
gradle: [ current, 7.6.2, 6.9.4, 5.6.4 ]
134134
os: ${{fromJSON(inputs.runner-os)}}
135-
plugin-version: [ 3.16.2, 3.17.4 ]
135+
plugin-version: [ 3.16.2, 3.17.5 ]
136136
runs-on: ubuntu-latest
137137
steps:
138138
- name: Checkout sources
@@ -168,7 +168,7 @@ jobs:
168168
matrix:
169169
gradle: [ current, 7.6.2, 6.9.4, 5.6.4 ]
170170
os: ${{fromJSON(inputs.runner-os)}}
171-
plugin-version: [ 3.16.2, 3.17.4 ]
171+
plugin-version: [ 3.16.2, 3.17.5 ]
172172
runs-on: ${{ matrix.os }}
173173
steps:
174174
- name: Checkout sources

0 commit comments

Comments
 (0)