Skip to content

Commit a014c11

Browse files
committed
Bump experimental build from Java 26-ea to 27-ea and add Java 26
production build
1 parent a15bf01 commit a014c11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
strategy:
3333
max-parallel: 20
3434
matrix:
35-
java: [ 8, 11, 17, 21, 25 ]
35+
java: [ 8, 11, 17, 21, 25, 26 ]
3636
experimental: [false]
3737
include:
38-
- java: 26-ea
38+
- java: 27-ea
3939
experimental: true
4040
# - java: 27-ea
4141
# experimental: true

0 commit comments

Comments
 (0)