Skip to content

Commit 99b7426

Browse files
committed
Bump EA workflow to JDK 25
1 parent c675055 commit 99b7426

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/java-ea-maven.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
java: [ 24 ]
17+
java: [ 25 ]
1818
os:
1919
- ubuntu-latest # Linux x64
2020
- ubuntu-24.04-arm # Linux arm64
2121
- macos-latest # macOS arm64
22-
include:
23-
- os: windows-11-arm # Windows arm64
24-
java: 21
22+
- windows-11-arm # Windows arm64
2523

2624
name: JDK${{ matrix.java }} on ${{ matrix.os }}
2725
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)