Skip to content

Commit

Permalink
Run CI on WF 28 and 29
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartisk committed Nov 2, 2023
1 parent 1e49881 commit 056740c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 056740c

Please sign in to comment.