We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61edc0a commit 937d470Copy full SHA for 937d470
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
# Definition of the build matrix
27
strategy:
28
matrix:
29
- java: [8, 11]
+ java: [8, 11, 14]
30
31
# All build steps
32
# SINGLE-MATRIX-JOB means that the step does not need to be executed on every job in the matrix
0 commit comments