From 5549a96845a8dfd49338b152cb49829418274686 Mon Sep 17 00:00:00 2001 From: Scott M Stark Date: Thu, 30 Nov 2023 14:33:08 -0600 Subject: [PATCH] Web tck dependencies require Java SE 17+ Signed-off-by: Scott M Stark --- .github/workflows/ci-actions.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml index 1505526eea..4075dab9f9 100644 --- a/.github/workflows/ci-actions.yml +++ b/.github/workflows/ci-actions.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - java: [11, 17] + java: [17, 21] steps: - uses: actions/checkout@v2 - name: Set up JDK ${{ matrix.java }} diff --git a/pom.xml b/pom.xml index ef9bbcf8ff..81f08f8d66 100644 --- a/pom.xml +++ b/pom.xml @@ -332,7 +332,7 @@ - [11,) + [17,)