mirror of
https://github.com/gradle/actions.git
synced 2025-02-03 15:26:42 -05:00
Test provision of rc and milestone versions
This commit is contained in:
parent
24aa9155d9
commit
ec4681f7f5
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
gradle: ["8.12", 8.9, 8.1, 7.6.4, 6.9.4, 5.6.4, 4.10.3, 3.5.1]
|
||||
gradle: ["8.13-milestone-2", "8.12", "8.12-rc-1", 8.9, 8.1, 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