Skip to content

Commit 16214d2

Browse files
committed
Add Windows 2025+Java 21 combination to build matrix
Signed-off-by: Daniel Widdis <widdis@gmail.com>
1 parent f6d6aa6 commit 16214d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/precommit.yml

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
matrix:
1010
java: [ 21, 23 ]
1111
os: [ubuntu-latest, windows-latest, macos-latest, macos-13, ubuntu-24.04-arm]
12+
include:
13+
- java: 21
14+
os: 'windows-2025'
15+
experimental: true
1216
steps:
1317
- uses: actions/checkout@v4
1418
- name: Set up JDK ${{ matrix.java }}

0 commit comments

Comments
 (0)