From f7f45de20ba35e86d576d8fbb8f0c0e883d48fd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Op=C3=A1lka?= Date: Fri, 1 Mar 2024 21:35:18 +0100 Subject: [PATCH] Adding JDK21 to CI configuration scripts --- .github/workflows/ci-manual.yml | 1 + .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-manual.yml b/.github/workflows/ci-manual.yml index c53a431..a923916 100644 --- a/.github/workflows/ci-manual.yml +++ b/.github/workflows/ci-manual.yml @@ -35,6 +35,7 @@ on: options: - 11 - 17 + - 21 jobs: build-test: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30d238b..5a39662 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] jdk-distribution: [temurin, adopt-openj9] - jdk-version: [11, 17] + jdk-version: [11, 17, 21] steps: - name: Configure runner - Linux if: contains(matrix.os, 'ubuntu')