Skip to content

Commit

Permalink
Upgrade to WildFly 34
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartisk committed Oct 31, 2024
1 parent 32a92bb commit 8f1446c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
wildfly: [32.0.1.Final, 31.0.1.Final, 30.0.1.Final]
wildfly: [33.0.2.Final, 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>33.0.0.Final</version.org.wildfly>
<version.org.wildfly.core>25.0.0.Final</version.org.wildfly.core>
<version.org.wildfly>34.0.0.Final</version.org.wildfly>
<version.org.wildfly.core>26.0.1.Final</version.org.wildfly.core>
<version.org.wildfly.common>1.6.0.Final</version.org.wildfly.common>
<version.org.jboss.galleon>6.0.3.Final</version.org.jboss.galleon>

Expand Down

0 comments on commit 8f1446c

Please sign in to comment.