Skip to content

Commit 9f8c596

Browse files
committed
Add GH CI Java 26
Bump GH CI from Java 26-ea to 27-ea
1 parent bbf07cb commit 9f8c596

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
@@ -34,12 +34,12 @@ jobs:
3434
fail-fast: false
3535
matrix:
3636
os: [ubuntu-latest, macos-latest]
37-
java: [ 8, 11, 17, 21, 25 ]
37+
java: [ 8, 11, 17, 21, 25, 36 ]
3838
experimental: [false]
3939
# Keep the same parameter order as the matrix above
4040
include:
4141
- os: ubuntu-latest
42-
java: 26-ea
42+
java: 27-ea
4343
experimental: true
4444

4545
steps:

0 commit comments

Comments
 (0)