Skip to content

Commit c63ef23

Browse files
jerboaazakkak
authored andcommitted
Use JDK 24.0.2 (EA) for testing the 24.2 dev tree
The April release will be 24.2.2 corresponding to the JDK 24.0.2 update and we should test with that JDK to be prepared for breakage caused by the JDK update.
1 parent 252110d commit c63ef23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mandrel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
repo: ${{ github.repository }}
3636
version: ${{ github.ref }}
3737
mandrel-packaging-version: "24.2"
38-
jdk: "24/ga"
38+
jdk: "24/ea"
3939
q-main-ea-win:
4040
name: "Q main M 24.2 windows EA"
4141
uses: ./.github/workflows/base-windows.yml
@@ -44,4 +44,4 @@ jobs:
4444
repo: ${{ github.repository }}
4545
version: ${{ github.ref }}
4646
mandrel-packaging-version: "24.2"
47-
jdk: "24/ga"
47+
jdk: "24/ea"

0 commit comments

Comments
 (0)