Skip to content

Commit 3ae7439

Browse files
committed
Use java 24 in current build
1 parent eb201c2 commit 3ae7439

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/actions/common/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ runs:
8080
components: ${{ env.GRAALVM_COMPONENTS }}
8181
check-for-updates: 'false'
8282
set-java-home: 'false'
83-
- name: Set up JDK
84-
if: ${{ inputs.setup-java == 'true' }}
85-
uses: actions/[email protected]
83+
- name: Set up JDK ea-stable
84+
uses: oracle-actions/setup-java@v1
8685
with:
87-
distribution: ${{ env.JAVA_DISTRO }}
88-
java-version: ${{ env.JAVA_VERSION }}
86+
website: jdk.java.net
87+
release: ea
88+
version: stable
8989
- name: Cache local Maven repository (read-write)
9090
if: ${{ inputs.maven-cache == 'read-write' }}
9191
uses: actions/[email protected]

tests/integration/dbclient/mysql/src/test/java/io/helidon/tests/integration/dbclient/mysql/MySQLObservabilityRemoteTestIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024 Oracle and/or its affiliates.
2+
* Copyright (c) 2024, 2025 Oracle and/or its affiliates.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)