From 72fbbdf91b3ee81d7985e5e2a684c5038cec3711 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sat, 23 Mar 2024 18:06:50 +0100 Subject: [PATCH] ci: run sonar analysis with JDK 21 --- .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 3d905c9..37a2fb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: matrix: jdk: [ 11, 17, 21 ] include: - - jdk: 11 + - jdk: 21 analysis: true steps: - name: Checkout