Skip to content

Commit 0b96a09

Browse files
committed
Add Java 26 to build pipleine.
1 parent 1087d53 commit 0b96a09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ jobs:
1919
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
2020
- uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
2121
with:
22-
java-version: 25-ea
22+
java-version: 26-ea
2323
distribution: temurin
2424
cache: maven
2525
- name: Build project
26-
run: ./mvnw verify -Pjava25
26+
run: ./mvnw verify -Pjava26
2727
continue-on-error: false
2828
hotspot-supported:
2929
name: Any (supported)
3030
strategy:
3131
fail-fast: false
3232
matrix:
3333
os: [ ubuntu-24.04, macos-14, windows-2022 ]
34-
java: [ 8, 11, 17, 21 ]
34+
java: [ 8, 11, 17, 21, 25 ]
3535
runs-on: ${{ matrix.os }}
3636
needs: [ extended ]
3737
steps:

0 commit comments

Comments
 (0)