From 9d0b945fa7ce945a22895faee98da044b29dbe92 Mon Sep 17 00:00:00 2001 From: "Georg M. Sorst" Date: Tue, 30 Jan 2024 10:31:12 +0100 Subject: [PATCH] Update JDK --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 40ae29c..3401092 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,11 +10,11 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up JDK 17 + - name: Set up JDK 21 uses: actions/setup-java@v3 with: - java-version: '17' - distribution: 'adopt' + java-version: '21' + distribution: 'temurin' cache: 'sbt' - name: Check formatting