diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e64634..3511d71 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,11 +49,12 @@ jobs: mvn -B install older-wildfly: - if: false # Currently only WF 28 is supported by this feature pack branch +# 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 runs-on: ubuntu-latest strategy: matrix: - wildfly: [23.0.2.Final, 24.0.0.Final, 25.0.1.Final] + wildfly: [28.0.1.Final, 29.0.1.Final] name: build with wildfly ${{matrix.wildfly}} steps: diff --git a/pom.xml b/pom.xml index 6201eeb..0bb5c14 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ - 2.3.0 + 2.5.1 2.0 20.2 3.2.0