From 52e8393133ca26a23362d5b5a3c6a8848a12dbcf Mon Sep 17 00:00:00 2001 From: Cheryl King Date: Mon, 15 Jul 2024 19:55:21 -0500 Subject: [PATCH] exclude verify-user-feature-it for now --- .github/workflows/maven.yml | 4 ++-- liberty-maven-plugin/pom.xml | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c7e18fd98..79bf2b809 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -22,7 +22,7 @@ jobs: matrix: # test against latest update of each major Java version, as well as specific updates of LTS versions: RUNTIME: [ol, wlp] - RUNTIME_VERSION: [24.0.0.3] + RUNTIME_VERSION: [24.0.0.6] java: [21, 17, 11, 8] exclude: - java: 8 @@ -81,7 +81,7 @@ jobs: matrix: # test against latest update of each major Java version, as well as specific updates of LTS versions: RUNTIME: [ol, wlp] - RUNTIME_VERSION: [24.0.0.3] + RUNTIME_VERSION: [24.0.0.6] java: [21, 17, 11, 8] exclude: - java: 8 diff --git a/liberty-maven-plugin/pom.xml b/liberty-maven-plugin/pom.xml index 0dbb48850..a2073905f 100644 --- a/liberty-maven-plugin/pom.xml +++ b/liberty-maven-plugin/pom.xml @@ -226,6 +226,7 @@ springboot-3-tests/pom.xml dev-container-it/pom.xml compile-jsp-source-17-it/pom.xml + verify-user-feature-it/pom.xml @@ -268,6 +269,7 @@ springboot-3-tests/pom.xml dev-container-it/pom.xml compile-jsp-source-17-it/pom.xml + verify-user-feature-it/pom.xml @@ -309,6 +311,7 @@ binary-scanner-it/pom.xml springboot-3-tests/pom.xml compile-jsp-source-17-it/pom.xml + verify-user-feature-it/pom.xml @@ -355,6 +358,7 @@ binary-scanner-it/pom.xml springboot-3-tests/pom.xml compile-jsp-source-17-it/pom.xml + verify-user-feature-it/pom.xml