From d984785103b79a6393ba3c1195290bf6de5e5b03 Mon Sep 17 00:00:00 2001 From: MateuszKolankowski Date: Fri, 6 Feb 2026 15:47:06 +0100 Subject: [PATCH] Updated PHP versions in CI configuration with 8.3 and 8.4 --- .github/workflows/{ci.yaml => backend-ci.yaml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{ci.yaml => backend-ci.yaml} (97%) diff --git a/.github/workflows/ci.yaml b/.github/workflows/backend-ci.yaml similarity index 97% rename from .github/workflows/ci.yaml rename to .github/workflows/backend-ci.yaml index 3554966b..8428c4b9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/backend-ci.yaml @@ -41,8 +41,8 @@ jobs: matrix: php: - '7.4' - - '8.0' - '8.3' + - '8.4' steps: - uses: actions/checkout@v5 @@ -77,8 +77,8 @@ jobs: matrix: php: - '7.4' - - '8.0' - '8.3' + - '8.4' steps: - uses: actions/checkout@v5