diff --git a/.github/workflows/myfaces-ci.yml b/.github/workflows/myfaces-ci.yml index 2b8fee02a..8569e54bd 100644 --- a/.github/workflows/myfaces-ci.yml +++ b/.github/workflows/myfaces-ci.yml @@ -28,6 +28,9 @@ on: - 3.0.x - 2.3-next - 2.3.x + - 3.0.x + - 4.0.x + - 4.1.x paths-ignore: - '**.md' - '.travis.yml' @@ -39,6 +42,9 @@ on: - 3.0.x - 2.3-next - 2.3.x + - 3.0.x + - 4.0.x + - 4.1.x paths-ignore: - '**.md' - '.travis.yml' @@ -57,11 +63,11 @@ jobs: - uses: actions/checkout@v4 with: persist-credentials: false - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v4 with: distribution: 'temurin' - java-version: 11 + java-version: 17 - name: Cache Maven packages uses: actions/cache@v3 with: