mirror of
https://github.com/gradle/actions
synced 2024-11-23 18:02:13 +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:
|
||||
fail-fast: false
|
||||
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)}}
|
||||
include:
|
||||
- java-version: 11
|
||||
|
|
Loading…
Reference in a new issue