Update CI JDK version

This commit is contained in:
Gabriel Tofvesson 2021-05-20 00:40:45 +02:00 committed by GitHub
parent 711bcb1c70
commit 5e2e3c16bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ jobs:
uses: actions/setup-java@v2.0.0 uses: actions/setup-java@v2.0.0
with: with:
# The Java version to set up. Takes a whole or semver Java version. See examples of supported syntax in README file # The Java version to set up. Takes a whole or semver Java version. See examples of supported syntax in README file
java-version: '15' java-version: '16'
# Java distribution. See the list of supported distributions in README file # Java distribution. See the list of supported distributions in README file
distribution: 'adopt' distribution: 'adopt'