File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
2- name : Java 25 compile with Bash
2+ name : Java 26 compile with Bash
33
44on :
55 workflow_dispatch :
@@ -20,11 +20,11 @@ jobs:
2020 - name : get code
2121 uses : actions/checkout@v5
2222
23- - name : Set up JDK 25
23+ - name : Set up JDK 26
2424 uses : actions/setup-java@v5
2525 with :
2626 distribution : ' zulu'
27- java-version : ' 25 '
27+ java-version : ' 26 '
2828
2929 - name : run build script
3030 run : ./build-all.sh
Original file line number Diff line number Diff line change 11
2- name : Java 25 build with Gradle
2+ name : Java 26 build with Gradle
33
44on :
55 workflow_dispatch :
@@ -19,11 +19,11 @@ jobs:
1919 - name : get code
2020 uses : actions/checkout@v5
2121
22- - name : Set up JDK 25
22+ - name : Set up JDK 26
2323 uses : actions/setup-java@v5
2424 with :
2525 distribution : ' zulu'
26- java-version : ' 25 '
26+ java-version : ' 26 '
2727
2828 - name : Setup Gradle
2929 uses : gradle/actions/setup-gradle@v4
Original file line number Diff line number Diff line change 11
2- name : Java 25 build with Maven
2+ name : Java 26 build with Maven
33
44on :
55 workflow_dispatch :
@@ -23,16 +23,16 @@ jobs:
2323 - name : get code
2424 uses : actions/checkout@v5
2525
26- - name : Set up JDK 25
26+ - name : Set up JDK 26
2727 uses : actions/setup-java@v5
2828 with :
2929 distribution : ' zulu'
30- java-version : ' 25 '
30+ java-version : ' 26 '
3131
3232 - name : Setup Maven Action
3333 uses : s4u/setup-maven-action@v1.18.0
3434 with :
35- java-version : 25
35+ java-version : 26
3636 maven-version : ${{ matrix.maven }}
3737
3838 - name : run build script
You can’t perform that action at this time.
0 commit comments