diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca9bebc..c38a19d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: uses: actions/setup-java@v2.0.0 with: # 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 distribution: 'adopt'