From 62da3177b1145769e6da2b182d188e5c43bbab6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yves=20Dubois-P=C3=A8lerin?= Date: Wed, 31 Jan 2024 14:40:54 +0100 Subject: [PATCH] =?UTF-8?q?Dans=20l'IC=20GitHub,=20pass=C3=A9=20le=20JDK?= =?UTF-8?q?=20de=2011=20=C3=A0=2017=20car=20l'analyse=20SonarCloud=20plant?= =?UTF-8?q?e=20d=C3=A9sormais=20en=20Java=2011?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a56b5ed..eb5efcc 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -21,7 +21,7 @@ jobs: - name: Set up JDK 11 uses: actions/setup-java@v2 with: - java-version: '11' + java-version: '17' distribution: 'adopt' - name: Restore Maven cache uses: skjolber/maven-cache-github-action@v1