Skip to content

Commit 4cc1cc5

Browse files
authored
No Java 14 for now
1 parent 53d77f3 commit 4cc1cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
java: [ 8, 11, 14 ]
15+
java: [ 8, 11 ]
1616
name: Java ${{ matrix.java }}
1717

1818
steps:

0 commit comments

Comments
 (0)