File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
25
25
- name : Checkout repository
26
26
uses : actions/checkout@v4
27
27
28
- - name : Set up JDK 21
28
+ - name : Set up JDK 25
29
29
if : ${{ matrix.language == 'java-kotlin' }}
30
30
uses : actions/setup-java@v3
31
31
with :
32
32
distribution : ' zulu'
33
- java-version : 21
33
+ java-version : 25
34
34
cache : ' maven'
35
35
36
36
- name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
11
11
12
12
steps :
13
13
- uses : actions/checkout@v4
14
- - name : Set up JDK 21
14
+ - name : Set up JDK 25
15
15
uses : actions/setup-java@v3
16
16
with :
17
17
distribution : ' zulu'
18
- java-version : 21
18
+ java-version : 25
19
19
cache : ' maven'
20
20
- name : Build with Maven
21
21
run : mvn --batch-mode --fail-at-end -DforkCount=2 clean verify
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
16
16
steps :
17
17
- uses : actions/checkout@v4
18
- - name : Set up JDK 21
18
+ - name : Set up JDK 25
19
19
uses : actions/setup-java@v3
20
20
with :
21
21
distribution : ' zulu'
22
- java-version : 21
22
+ java-version : 25
23
23
cache : ' maven'
24
24
check-latest : true
25
25
- name : Publish with Maven
You can’t perform that action at this time.
0 commit comments