From 0a124dc16a1710f061b223cffdbade813e01ef97 Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Thu, 20 May 2021 00:45:41 +0200 Subject: [PATCH] Downgrade CI JDK to 15 for compatibility --- .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 c38a19d..ca9bebc 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: '16' + java-version: '15' # Java distribution. See the list of supported distributions in README file distribution: 'adopt'