From 4fe853d9d88123c2916ac35b332dbf50f9523e6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Costa?= Date: Sat, 11 Nov 2023 18:09:46 +0100 Subject: [PATCH] Run example tests using Java 17 --- .github/workflows/compile_test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: