From 48e7679eb1b3fe75ae1e26725913d6d8fc73ea95 Mon Sep 17 00:00:00 2001 From: DanVanAtta Date: Mon, 29 Jul 2024 20:49:31 -0700 Subject: [PATCH] Update java-version for github builds to 17 --- .github/workflows/master.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index a93270c..43a8634 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -14,11 +14,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v4 with: distribution: temurin - java-version: 11 + java-version: 17 - name: Run Build Checks # We skip 'spotlessApply' such that only 'spotlessCheck' will run to validate formatting. # This is a good setup for a CI server, meanwhile if a developer runs 'verify', they