feat: support payara shell generate

This commit is contained in:
ReaJason
2024-12-15 01:03:00 +08:00
parent 3dcf0c2b56
commit eba4381256
23 changed files with 1492 additions and 48 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
integration-test:
strategy:
matrix:
middleware: [ "tomcat", "jetty", "jbossas", "jbosseap", "wildfly", "glassfish", "resin" ]
middleware: [ "tomcat", "jetty", "jbossas", "jbosseap", "wildfly", "glassfish", "resin", "payara" ]
runs-on: ubuntu-latest
name: ${{ matrix.middleware }}
needs: [ unit-test ]