Skip to content

Commit 7efe0d5

Browse files
committed
Try openJDK@24
1 parent 31e1676 commit 7efe0d5

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/dev-pipeline.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- dev-2.x
6+
- javatest
67
jobs:
78
test:
89
runs-on: ubuntu-latest
@@ -16,11 +17,11 @@ jobs:
1617
with:
1718
node-version: 18
1819

19-
- name: Set up JDK 21
20+
- name: Set up JDK 24
2021
uses: actions/setup-java@v4
2122
with:
22-
java-version: 21
23-
distribution: temurin
23+
java-version: 24
24+
distribution: zulu
2425
cache: maven
2526

2627
- name: Run tests
@@ -35,11 +36,11 @@ jobs:
3536
- uses: actions/checkout@v4
3637
with:
3738
fetch-depth: 0
38-
- name: Set up JDK 21
39+
- name: Set up JDK 24
3940
uses: actions/setup-java@v4
4041
with:
41-
java-version: 21
42-
distribution: temurin
42+
java-version: 24
43+
distribution: zulu
4344
cache: maven
4445
- uses: actions/setup-node@v4
4546
with:

0 commit comments

Comments
 (0)