From 56d5345fcb1e85d163699a829decdb74597c8b64 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sun, 26 Nov 2023 11:36:23 +0100 Subject: [PATCH] ci: run coverage analysis with JDK 21 The JDK 21 build with Vault 1.11 seems to be the only job with full coverage on conditional code. --- .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 a6fd050..4853e9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: jdk: [ 11, 17, 21 ] vault: [ '1.2.0', '1.11.12', '1.15.0' ] include: - - jdk: 17 + - jdk: 21 vault: '1.11.12' analysis: true steps: