File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 java-version : ${{ matrix.java }}
3737 cache : maven
3838 - name : Build with Maven
39- run : ./mvnw --batch-mode --no-transfer-progress --activate-profiles ${{ matrix.container }} verify
39+ run : ./mvnw --batch-mode --no-transfer-progress --activate-profiles ${{ matrix.container }} clean verify
4040 - uses : actions/upload-artifact@v4
4141 if : failure()
4242 with :
Original file line number Diff line number Diff line change 104104 It does not have to match exactly the version bundled with TomEE, but it should be at least the same JakartaEE spec version.-->
105105 <version .tomee.tomcat>10.1.30</version .tomee.tomcat>
106106 <version .glassfish>7.0.22</version .glassfish>
107- <version .wildfly>34 .0.1.Final</version .wildfly>
108- <version .wildfly.arquillian.container>5.0.1.Final </version .wildfly.arquillian.container>
107+ <version .wildfly>35 .0.1.Final</version .wildfly>
108+ <version .wildfly.arquillian.container>5.1.0.Beta10 </version .wildfly.arquillian.container>
109109
110110 <!-- Documentation -->
111111 <version .asciidoctor-maven-plugin>3.2.0</version .asciidoctor-maven-plugin>
You can’t perform that action at this time.
0 commit comments