Skip to content

Commit

Permalink
Upgrade to WF 33
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartisk committed Aug 6, 2024
1 parent cac815d commit 7a521d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ jobs:
mvn -B install
older-wildfly:
# uncomment the following line when this FP branch supports only one WF version and thus testing with older WF builds isn't needed
if: false
# comment-out the following line when this FP branch supports only one WF version and thus testing with older WF builds isn't needed
# if: false
runs-on: ubuntu-latest
strategy:
matrix:
wildfly: [28.0.1.Final, 29.0.1.Final]
wildfly: [32.0.1.Final, 31.0.1.Final, 30.0.1.Final]
name: build with wildfly ${{matrix.wildfly}}

steps:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@

<properties>
<!-- Target WildFly version, and other parts needed for the Galleon maven plugin -->
<version.org.wildfly>31.0.1.Final</version.org.wildfly>
<version.org.wildfly.core>23.0.3.Final</version.org.wildfly.core>
<version.org.wildfly>33.0.0.Final</version.org.wildfly>
<version.org.wildfly.core>25.0.0.Final</version.org.wildfly.core>
<version.org.wildfly.common>1.6.0.Final</version.org.wildfly.common>
<version.org.jboss.galleon>5.2.2.Final</version.org.jboss.galleon>

Expand Down

0 comments on commit 7a521d4

Please sign in to comment.