Skip to content

Commit c9c7295

Browse files
committed
Replace Java 14 with Java 15 as the latest Java version to test. Use
Jaav 16 EA as the EA version to test.
1 parent 8c77e12 commit c9c7295

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
@@ -24,10 +24,10 @@ jobs:
2424
continue-on-error: ${{ matrix.experimental }}
2525
strategy:
2626
matrix:
27-
java: [ 8, 11, 14 ]
27+
java: [ 8, 11, 15 ]
2828
experimental: [false]
2929
include:
30-
- java: 15-ea
30+
- java: 16-ea
3131
experimental: true
3232

3333
steps:

0 commit comments

Comments
 (0)