From 7b9d9f9d31f235a87b41426455b6cf749d9fe424 Mon Sep 17 00:00:00 2001 From: Bartek Wajda Date: Fri, 20 Feb 2026 09:33:51 +0100 Subject: [PATCH 1/3] IBX-11179: Updated PHP versions in CI configuration to 8.3 and 8.4 --- .github/workflows/ci.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5a289cf..555e826 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,9 +14,9 @@ jobs: strategy: matrix: php: - - '8.0' + - '8.1' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: Setup PHP Action uses: shivammathur/setup-php@v2 @@ -26,7 +26,7 @@ jobs: extensions: 'pdo_sqlite, gd' tools: cs2pr - - uses: "ramsey/composer-install@v1" + - uses: ramsey/composer-install@v1 with: dependency-versions: "highest" @@ -43,11 +43,11 @@ jobs: matrix: php: - '7.4' - - '8.0' - - '8.1' + - '8.3' + - '8.4' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: Setup PHP Action uses: shivammathur/setup-php@v2 @@ -57,7 +57,7 @@ jobs: extensions: pdo_sqlite, gd tools: cs2pr - - uses: "ramsey/composer-install@v1" + - uses: ramsey/composer-install@v3 with: dependency-versions: "highest" From f8b4349b5a09b5f1ef6e61564130a210fb19f019 Mon Sep 17 00:00:00 2001 From: Bartek Wajda Date: Fri, 20 Feb 2026 09:34:21 +0100 Subject: [PATCH 2/3] IBX-11179: Updated PHP versions in CI configuration to 8.3 and 8.4 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 555e826..ed5bad8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: extensions: 'pdo_sqlite, gd' tools: cs2pr - - uses: ramsey/composer-install@v1 + - uses: ramsey/composer-install@v3 with: dependency-versions: "highest" From 17d05bafc5f85480b7d249ba2a625bfc5dec53db Mon Sep 17 00:00:00 2001 From: Bartek Wajda Date: Fri, 20 Feb 2026 18:12:13 +0100 Subject: [PATCH 3/3] IBX-11179: Rename --- .github/workflows/{ci.yaml => backend-ci.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{ci.yaml => backend-ci.yaml} (100%) diff --git a/.github/workflows/ci.yaml b/.github/workflows/backend-ci.yaml similarity index 100% rename from .github/workflows/ci.yaml rename to .github/workflows/backend-ci.yaml