Skip to content

Commit

Permalink
Remove JDK 14 from CI and add JDK 16 (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk authored Apr 8, 2021
1 parent 5126f03 commit c311790
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 @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java-version: ['[email protected]', 'openjdk@1.14']
java-version: ['[email protected]', 'zulu@1.16']
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit c311790

Please sign in to comment.