We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e09fd commit fa42970Copy full SHA for fa42970
1 file changed
.github/workflows/java-ea-maven.yml
@@ -14,11 +14,14 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- java: [ 23 ]
+ java: [ 24 ]
18
os:
19
- ubuntu-latest # Linux x64
20
- ubuntu-24.04-arm # Linux arm64
21
- macos-latest # macOS arm64
22
+ include:
23
+ - os: windows-11-arm # Windows arm64
24
+ java: 21
25
26
name: JDK${{ matrix.java }} on ${{ matrix.os }}
27
runs-on: ${{ matrix.os }}
0 commit comments