mirror of
https://github.com/gradle/actions.git
synced 2025-12-08 17:15:46 +08:00
Run tests on Gradle release candidate and current with JDK 17 as required since Gradle 9
This commit is contained in:
2
.github/actions/init-integ-test/action.yml
vendored
2
.github/actions/init-integ-test/action.yml
vendored
@@ -4,7 +4,7 @@ inputs:
|
||||
java-version:
|
||||
description: 'Java version to use'
|
||||
required: false
|
||||
default: '11'
|
||||
default: '17'
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
|
||||
Reference in New Issue
Block a user