Skip to content

Commit 937d470

Browse files
authored
Add Java 14 on CI (#357)
1 parent 61edc0a commit 937d470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Definition of the build matrix
2727
strategy:
2828
matrix:
29-
java: [8, 11]
29+
java: [8, 11, 14]
3030

3131
# All build steps
3232
# SINGLE-MATRIX-JOB means that the step does not need to be executed on every job in the matrix

0 commit comments

Comments
 (0)