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