Skip to content

Commit c1ee777

Browse files
author
Gary Gregory
committed
Replace GitHub build for Java 15 with Java 16 and drop Java 16-ea.
1 parent 2d238d8 commit c1ee777

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,9 @@ jobs:
2525
strategy:
2626
matrix:
2727
os: [ubuntu-latest, windows-latest]
28-
java: [ 8, 11, 15 ]
28+
java: [ 8, 11, 16 ]
2929
experimental: [false]
3030
include:
31-
- java: 16-ea
32-
os: ubuntu-latest
33-
experimental: true
34-
- java: 16-ea
35-
os: windows-latest
36-
experimental: true
3731
- java: 17-ea
3832
os: ubuntu-latest
3933
experimental: true

0 commit comments

Comments
 (0)