Skip to content

Commit 7029292

Browse files
committed
Github actions min java-version set to 17
Signed-off-by: Gopal S Akshintala <[email protected]>
1 parent b095a91 commit 7029292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/setup-java@v4
99
with:
1010
distribution: zulu
11-
java-version: 11
11+
java-version: 17
1212

1313
- name: 'Setup Gradle'
1414
uses: gradle/gradle-build-action@v3

0 commit comments

Comments
 (0)