Skip to content

Commit ec2c24a

Browse files
Add JDK 26 EA builds
1 parent 623efea commit ec2c24a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
# os: [macos-latest, ubuntu-latest, windows-latest]
1717
os: [ubuntu-latest]
18-
java-version: [17, 21, 24]
18+
java-version: [21, 24, 26]
1919

2020
runs-on: ${{ matrix.os }}
2121

@@ -28,13 +28,13 @@ jobs:
2828
with:
2929
website: jdk.java.net
3030
release: ${{ matrix.java-version }}
31-
if: ${{matrix.java-version != 17 && matrix.java-version != 21}}
31+
if: ${{matrix.java-version != 21}}
3232
- name: Set JDK ${{ matrix.java-version }} from Zulu
3333
uses: actions/setup-java@v3
3434
with:
3535
distribution: 'zulu'
3636
java-version: ${{ matrix.java-version }}
37-
if: ${{matrix.java-version == 17 || matrix.java-version == 21}}
37+
if: ${{matrix.java-version == 21}}
3838
- name: JDK Version
3939
run: java --version
4040
- name: Enable Maven Cache

0 commit comments

Comments
 (0)