From 4e1bf21ac9a4cc0c3109b93ddc659d79447ad783 Mon Sep 17 00:00:00 2001 From: Greg Harris Date: Fri, 29 Mar 2024 18:11:36 -0700 Subject: [PATCH] Upgrade CI to Java 17 --- .github/workflows/prs_and_commits.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prs_and_commits.yml b/.github/workflows/prs_and_commits.yml index cef1bef..c3f30c5 100644 --- a/.github/workflows/prs_and_commits.yml +++ b/.github/workflows/prs_and_commits.yml @@ -43,11 +43,11 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 - - name: Set up JDK 8 + - name: Set up JDK 17 uses: actions/setup-java@v4 with: distribution: 'adopt' - java-version: 8 + java-version: 17 cache: maven - name: License header check run: |