From 54549c11855b9073217f13316c3b5e9c19b9ae42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Jourdan-Weil?= Date: Sun, 5 Nov 2023 16:20:10 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20ci:=20add=20JDK21=20in=20list=20?= =?UTF-8?q?of=20tested=20versions=20+=20default=20for=20version=20policy?= =?UTF-8?q?=20check?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 1 + .github/workflows/version-policy-check.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 748e6d6..a79aaa3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,6 +21,7 @@ jobs: - 8.0 - 11 - 17 + - 21 runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/version-policy-check.yml b/.github/workflows/version-policy-check.yml index 110f07a..8baa684 100644 --- a/.github/workflows/version-policy-check.yml +++ b/.github/workflows/version-policy-check.yml @@ -13,7 +13,7 @@ jobs: matrix: os: [ ubuntu-latest ] java: - - 11 + - 21 runs-on: ${{ matrix.os }} steps: