ci: add wildfly

This commit is contained in:
ReaJason
2024-12-11 01:47:32 +08:00
parent 1712608b0b
commit 9374696515
2 changed files with 1 additions and 14 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
integration-test:
strategy:
matrix:
middleware: [ "tomcat", "jetty", "jbossas", "jbosseap" ]
middleware: [ "tomcat", "jetty", "jbossas", "jbosseap", "wildfly" ]
runs-on: ubuntu-latest
name: ${{ matrix.middleware }}
needs: [ unit-test ]