Skip to content

Commit

Permalink
Merge pull request #349 from jamezp/wildfly-upgrade
Browse files Browse the repository at this point in the history
Upgrade WildFly and update the nightly testing
  • Loading branch information
jamezp authored Jul 6, 2023
2 parents 55dced6 + 45a5d1b commit b910e96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wildfly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest ]
java: ['11', '17']
wildfly-version: ['26.1.2.Final']
java: ['11', '17', '20']
wildfly-version: ['28.0.1.Final', '29.0.0.Beta1']

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
java: ['11', '17']
java: ['11', '17', '20']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<properties>
<version.org.wildfly.core>20.0.2.Final</version.org.wildfly.core>
<version.org.wildfly.full>27.0.0.Final</version.org.wildfly.full>
<version.org.wildfly.full>28.0.1.Final</version.org.wildfly.full>
<version.junit>4.13.2</version.junit>
<version.org.junit>5.9.1</version.org.junit>
<version.org.jboss.arquillian.core>1.7.0.Final</version.org.jboss.arquillian.core>
Expand Down

0 comments on commit b910e96

Please sign in to comment.