Skip to content

Commit f7e3467

Browse files
committed
Test on Java LTS 14 and remove Java 15
Java 15 is replaced by the experimental java 16-ea
1 parent 9fff499 commit f7e3467

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
continue-on-error: ${{ matrix.experimental }}
2525
strategy:
2626
matrix:
27-
java: [ 8, 11, 15 ]
27+
java: [ 8, 11, 14 ]
2828
experimental: [false]
2929
include:
3030
- java: 16-ea

0 commit comments

Comments
 (0)