From 7776b8d2267bf239688783d12b86fae60e71fa2c Mon Sep 17 00:00:00 2001 From: "James R. Perkins" Date: Sat, 14 Dec 2024 07:19:55 -0800 Subject: [PATCH] [647] Upgrade the WildFly Maven Plugin to version 5.1.0.Beta2 in order to provision WildFly 35. Change WildFly integration CI to run on 17+ as WildFly 35 now requires Java SE 17. Also upgrade WildFly Arquillian to the latest beta. Signed-off-by: James R. Perkins --- .github/workflows/integration-tests.yml | 2 +- integration-tests/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 22cce9087..ac188a86d 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -27,7 +27,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest ] - java: ['11', '17', '21'] + java: ['17', '21'] steps: - uses: actions/checkout@v4 diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index f6c28046f..99d510193 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -172,8 +172,8 @@ ${skipTests} - 5.1.0.Beta4 - 5.0.0.Final + 5.1.0.Beta7 + 5.1.0.Beta2 ${project.build.directory}${file.separator}wildfly