From 38a83d786c22e3dfa04bc3ec957b5a333cf9ad84 Mon Sep 17 00:00:00 2001 From: Simon <9295182+grimsi@users.noreply.github.com> Date: Wed, 25 Oct 2023 09:46:10 +0200 Subject: [PATCH] Update to Java 21 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c447827..742fa4b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - name: Set up JDK uses: actions/setup-java@v3 with: - java-version: '18' + java-version: '21' distribution: 'temurin' cache: 'maven'