Skip to content

Commit

Permalink
[647] Upgrade the WildFly Maven Plugin to version 5.1.0.Beta2 in orde…
Browse files Browse the repository at this point in the history
…r to provision WildFly 35. (#648)

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 <[email protected]>
Co-authored-by: Scott M Stark <[email protected]>
  • Loading branch information
jamezp and starksm64 authored Dec 14, 2024
1 parent f83aa7e commit be97e2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@
<skip.provision.server>${skipTests}</skip.provision.server>

<!-- Versions -->
<version.org.wildfly.arquillian>5.1.0.Beta4</version.org.wildfly.arquillian>
<version.wildfly-maven-plugin>5.0.0.Final</version.wildfly-maven-plugin>
<version.org.wildfly.arquillian>5.1.0.Beta7</version.org.wildfly.arquillian>
<version.wildfly-maven-plugin>5.1.0.Beta2</version.wildfly-maven-plugin>

<jboss.home>${project.build.directory}${file.separator}wildfly</jboss.home>
</properties>
Expand Down

0 comments on commit be97e2b

Please sign in to comment.