diff --git a/.github/workflows/compile_test.yml b/.github/workflows/compile_test.yml index 41da447..90c5fe4 100644 --- a/.github/workflows/compile_test.yml +++ b/.github/workflows/compile_test.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up JDK 1.8 and SBT + - name: Set up Java 8 and SBT uses: actions/setup-java@v2 with: distribution: temurin @@ -59,11 +59,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up JDK 1.8 and SBT + - name: Set up Java 17 and SBT uses: actions/setup-java@v2 with: distribution: temurin - java-version: 8 + java-version: 17 - name: Cache Coursier uses: actions/cache@v1 with: