From 8712b8a6b2e459921f3231d0b7c23f5b8efea34a Mon Sep 17 00:00:00 2001 From: Andrew Berezovskyi Date: Sun, 10 Dec 2023 00:49:42 +0100 Subject: [PATCH] deps: update IT deps in case it helps JDK21 build pass (#192) * deps: update IT deps in case it helps JDK21 build pass * and broaden manual acceptance matrix --- .github/workflows/maven-acceptance-manual.yml | 17 +++++++---------- src/refimpl-tests/pom.xml | 16 ++++++++-------- 2 files changed, 15 insertions(+), 18 deletions(-) diff --git a/.github/workflows/maven-acceptance-manual.yml b/.github/workflows/maven-acceptance-manual.yml index 72e64408..b56300b5 100644 --- a/.github/workflows/maven-acceptance-manual.yml +++ b/.github/workflows/maven-acceptance-manual.yml @@ -20,19 +20,16 @@ jobs: strategy: fail-fast: false matrix: - # jdk: ['11'] - # distribution: ['temurin', 'corretto', 'microsoft', 'adopt-openj9', 'zulu'] - # experimental: [false] + jdk: ['17'] + distribution: ['temurin', 'corretto', 'microsoft', 'adopt-openj9', 'zulu'] + experimental: [false] include: - - jdk: '17' + - jdk: '21' distribution: 'temurin' experimental: false - # - jdk: '17' - # distribution: 'temurin' - # experimental: false - # - jdk: '19' - # distribution: 'zulu' - # experimental: true + - jdk: '22-ea' + distribution: 'zulu' + experimental: true continue-on-error: ${{ matrix.experimental }} steps: diff --git a/src/refimpl-tests/pom.xml b/src/refimpl-tests/pom.xml index 545f9766..016e6460 100644 --- a/src/refimpl-tests/pom.xml +++ b/src/refimpl-tests/pom.xml @@ -13,9 +13,9 @@ UTF-8 UTF-8 - 11 - 11 - 4.0.5 + 17 + 17 + 4.0.16 @@ -26,7 +26,7 @@ visit https://github.com/groovy/GMavenPlus/wiki --> org.codehaus.gmavenplus gmavenplus-plugin - 1.13.1 + 3.0.2 @@ -40,7 +40,7 @@ maven-surefire-plugin - 3.0.0-M5 + 3.2.2 false false @@ -77,7 +77,7 @@ org.testcontainers spock - 1.18.1 + 1.19.3 test @@ -100,13 +100,13 @@ net.bytebuddy byte-buddy - 1.11.0 + 1.14.10 test org.objenesis objenesis - 3.2 + 3.3 test