Skip to content

Commit 5b44f1a

Browse files
committed
incremental update Sun 24 May 2026 10:20:16 ADT
1 parent 8869e61 commit 5b44f1a

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
name: Java 25 compile with Bash
2+
name: Java 26 compile with Bash
33

44
on:
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

.github/workflows/gradle_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
name: Java 25 build with Gradle
2+
name: Java 26 build with Gradle
33

44
on:
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

.github/workflows/mvn_build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
name: Java 25 build with Maven
2+
name: Java 26 build with Maven
33

44
on:
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

0 commit comments

Comments
 (0)