From f66cf2d051bf998124d1ef56e9b0e6588359ee81 Mon Sep 17 00:00:00 2001 From: brokkoli71 Date: Wed, 26 Jun 2024 11:28:05 +0200 Subject: [PATCH] set java compile version 11 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb7d84e..576d837 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Set up JDK uses: actions/setup-java@v3 with: - java-version: '8' + java-version: '11' distribution: 'temurin' cache: maven