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