mirror of
https://github.com/gradle/actions
synced 2024-11-24 02:12:12 +00:00
Quote version 8.10 in integ test
This commit is contained in:
parent
d6c8cf816c
commit
e598a32529
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
gradle: [8.10, 8.9, 7.6.4, 6.9.4, 5.6.4, 4.10.3, 3.5.1]
|
gradle: ["8.10", 8.9, 7.6.4, 6.9.4, 5.6.4, 4.10.3, 3.5.1]
|
||||||
os: ${{fromJSON(inputs.runner-os)}}
|
os: ${{fromJSON(inputs.runner-os)}}
|
||||||
include:
|
include:
|
||||||
- java-version: 11
|
- java-version: 11
|
||||||
|
|
Loading…
Reference in a new issue