We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e1676 commit 7efe0d5Copy full SHA for 7efe0d5
1 file changed
.github/workflows/dev-pipeline.yml
@@ -3,6 +3,7 @@ on:
3
push:
4
branches:
5
- dev-2.x
6
+ - javatest
7
jobs:
8
test:
9
runs-on: ubuntu-latest
@@ -16,11 +17,11 @@ jobs:
16
17
with:
18
node-version: 18
19
- - name: Set up JDK 21
20
+ - name: Set up JDK 24
21
uses: actions/setup-java@v4
22
- java-version: 21
23
- distribution: temurin
+ java-version: 24
24
+ distribution: zulu
25
cache: maven
26
27
- name: Run tests
@@ -35,11 +36,11 @@ jobs:
35
36
- uses: actions/checkout@v4
37
38
fetch-depth: 0
39
40
41
42
43
44
45
- uses: actions/setup-node@v4
46
0 commit comments