diff --git a/.github/workflows/myfaces-ci.yml b/.github/workflows/myfaces-ci.yml index f38f0e42c..bea749d47 100644 --- a/.github/workflows/myfaces-ci.yml +++ b/.github/workflows/myfaces-ci.yml @@ -25,6 +25,7 @@ on: branches: - master - main + - 4.0.x - 3.0.x - 2.3-next - 2.3.x @@ -36,6 +37,7 @@ on: branches: - master - main + - 4.0.x - 3.0.x - 2.3-next - 2.3.x @@ -68,6 +70,8 @@ jobs: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 + - name: Build with Maven + run: mvn -B -V clean install - name: Build with Maven # CHROMEWEBDRIVER env variable https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md#environment-variables-1 run: | diff --git a/extensions/quarkus/pom.xml b/extensions/quarkus/pom.xml index dc5e55437..df7f081b0 100644 --- a/extensions/quarkus/pom.xml +++ b/extensions/quarkus/pom.xml @@ -41,7 +41,7 @@ - 3.2.9.Final + 2.16.12.Final 3.0.0