Skip to content

Commit

Permalink
Add Java 14 on CI (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrasecreth authored Feb 2, 2021
1 parent 61edc0a commit 937d470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# Definition of the build matrix
strategy:
matrix:
java: [8, 11]
java: [8, 11, 14]

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

0 comments on commit 937d470

Please sign in to comment.