From fa1f474f25f28f6cbd5401369b9bfaa62af02c64 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Thu, 27 May 2021 10:40:51 -0600 Subject: [PATCH] Use JDK 11 Closes gh-21 --- .github/workflows/continuous-integraion-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integraion-workflow.yml b/.github/workflows/continuous-integraion-workflow.yml index 3316bf6..64cd63e 100644 --- a/.github/workflows/continuous-integraion-workflow.yml +++ b/.github/workflows/continuous-integraion-workflow.yml @@ -16,7 +16,7 @@ jobs: - name: Set up JDK uses: actions/setup-java@v1 with: - java-version: '8' + java-version: '11' - name: Cache Gradle packages uses: actions/cache@v2 with: