From 119c963fe919e1ff99a945bb3d3897883eae5ec6 Mon Sep 17 00:00:00 2001 From: Cheryl King Date: Tue, 27 Jun 2023 16:10:46 -0500 Subject: [PATCH] Test with 23.0.0.6 --- .github/workflows/maven.yml | 12 ++++++------ liberty-maven-plugin/pom.xml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a3df6838b..1c858b0a7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -22,13 +22,13 @@ jobs: matrix: # test against latest update of each major Java version, as well as specific updates of LTS versions: RUNTIME: [ol, wlp] - RUNTIME_VERSION: [22.0.0.12, 23.0.0.3] + RUNTIME_VERSION: [23.0.0.6, 23.0.0.3] java: [17, 11, 8] exclude: - java: 8 - RUNTIME_VERSION: 22.0.0.12 + RUNTIME_VERSION: 23.0.0.3 - java: 17 - RUNTIME_VERSION: 22.0.0.12 + RUNTIME_VERSION: 23.0.0.3 name: ${{ matrix.RUNTIME }} ${{ matrix.RUNTIME_VERSION }}, Java ${{ matrix.java }}, Linux steps: # Checkout repos @@ -77,13 +77,13 @@ jobs: matrix: # test against latest update of each major Java version, as well as specific updates of LTS versions: RUNTIME: [ol, wlp] - RUNTIME_VERSION: [22.0.0.12, 23.0.0.3] + RUNTIME_VERSION: [23.0.0.6, 23.0.0.3] java: [17, 11, 8] exclude: - java: 8 - RUNTIME_VERSION: 22.0.0.12 + RUNTIME_VERSION: 23.0.0.3 - java: 17 - RUNTIME_VERSION: 22.0.0.12 + RUNTIME_VERSION: 23.0.0.3 name: ${{ matrix.RUNTIME }} ${{ matrix.RUNTIME_VERSION }}, Java ${{ matrix.java }}, Windows steps: # Checkout repos diff --git a/liberty-maven-plugin/pom.xml b/liberty-maven-plugin/pom.xml index 5bb37a68a..41d69972f 100644 --- a/liberty-maven-plugin/pom.xml +++ b/liberty-maven-plugin/pom.xml @@ -37,7 +37,7 @@ io.openliberty.tools liberty-ant-tasks - 1.9.12 + 1.9.13-SNAPSHOT org.apache.maven