From 5e2e3c16bb8fcfe8d3416a3f01187d4771ba099a Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Thu, 20 May 2021 00:40:45 +0200 Subject: [PATCH] Update CI JDK version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'