Skip to content

Commit 7db4133

Browse files
committed
Add GH CI 25 and 26-EA
1 parent 57e83ef commit 7db4133

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/maven.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest, windows-latest, macos-13]
31-
java: [ 8, 11, 17, 21 ]
31+
java: [ 8, 11, 17, 21, 25 ]
3232
experimental: [false]
33-
# include:
34-
# - java: 22-ea
35-
# os: ubuntu-latest
36-
# experimental: true
37-
# - java: 22-ea
38-
# os: windows-latest
39-
# experimental: true
40-
# - java: 22-ea
41-
# os: macos-latest
42-
# experimental: true
33+
include:
34+
- java: 26-ea
35+
os: ubuntu-latest
36+
experimental: true
37+
- java: 26-ea
38+
os: windows-latest
39+
experimental: true
40+
- java: 26-ea
41+
os: macos-latest
42+
experimental: true
4343
fail-fast: false
4444

4545
steps:

0 commit comments

Comments
 (0)