From 13bf79aed0d9763578b1d53a621ce530e59d5911 Mon Sep 17 00:00:00 2001 From: Oleg Andreyev Date: Wed, 28 Feb 2024 17:34:58 +0200 Subject: [PATCH] reverted ci-5.x.yml Signed-off-by: Oleg Andreyev --- .github/workflows/ci-5.x.yml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci-5.x.yml b/.github/workflows/ci-5.x.yml index 97d48d1f..d6b119ed 100644 --- a/.github/workflows/ci-5.x.yml +++ b/.github/workflows/ci-5.x.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - ref: ${{ github.event.pull_request.head.sha }} + ref: 5.x - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -47,21 +47,19 @@ jobs: strategy: matrix: php: + - '7.4' + - '8.0' - '8.1' - - '8.2' - - '8.3' symfony: - '4.4.*' - - '5.4.*' - - '6.4.*' - - '7.*' + - '5.*' fail-fast: false steps: - name: Checkout uses: actions/checkout@v4 with: - ref: ${{ github.event.pull_request.head.sha }} + ref: 5.x - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -124,9 +122,8 @@ jobs: strategy: matrix: php: + - '8.0' - '8.1' - - '8.2' - - '8.3' symfony: - '6.*' fail-fast: false @@ -135,7 +132,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - ref: ${{ github.event.pull_request.head.sha }} + ref: 5.x - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -195,7 +192,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v4" + uses: "actions/checkout@v3" with: fetch-depth: 2