Skip to content

Commit 85493e4

Browse files
Update CI
Add Java 25 and windows-latest strategies
1 parent f1fce74 commit 85493e4

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
11+
runs-on: ${{ matrix.os }}
1212

1313
strategy:
1414
matrix:
15-
java: [ 11, 17, 21 ]
15+
os: [ ubuntu-latest ]
16+
java: [ 11, 17, 21, 25 ]
17+
include:
18+
- os: windows-latest
19+
java: 25
1620

1721
steps:
1822
- name: Checkout

0 commit comments

Comments
 (0)