Skip to content

Commit d2f3a97

Browse files
committed
Bump CI build to Java 17
Signed-off-by: Mitch Gaffigan <[email protected]>
1 parent 6a2459f commit d2f3a97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up JDK
1919
uses: actions/setup-java@v4
2020
with:
21-
java-version: '8'
21+
java-version: '17'
2222
java-package: 'jdk+fx'
2323
distribution: 'zulu'
2424

.sdkmanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Enable auto-env through the sdkman_auto_env config
22
# Add key=value pairs of SDKs to use below
3-
java=8.0.442.fx-zulu
3+
java=17.0.16.fx-zulu
44
ant=1.10.14

0 commit comments

Comments
 (0)