diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3511d71..d7e245e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/pom.xml b/pom.xml index e6b6cbd..dbce792 100644 --- a/pom.xml +++ b/pom.xml @@ -39,8 +39,8 @@ - 31.0.1.Final - 23.0.3.Final + 33.0.0.Final + 25.0.0.Final 1.6.0.Final 5.2.2.Final