From bf40028171ec19b703992b333bd9fabfaa8bb673 Mon Sep 17 00:00:00 2001 From: mattgoud Date: Fri, 28 Aug 2026 15:07:58 +0200 Subject: [PATCH] CI: pin PrestaShop 9.1.5 instead of the superseded 9.1.4 tag 9.1.5 is the last release of the 9.1 line: the 9.1.x branch was deleted from the core once it shipped, so nothing newer will come out of it. --- .github/workflows/php.yml | 2 +- tests/php/phpstan/{phpstan-9.1.4.neon => phpstan-9.1.5.neon} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/php/phpstan/{phpstan-9.1.4.neon => phpstan-9.1.5.neon} (100%) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 6d13ee3..3813232 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -122,7 +122,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - presta_version: ['9.1.4', '9.2.x', 'develop'] + presta_version: ['9.1.5', '9.2.x', 'develop'] php_version: ['8.1', '8.5'] fail-fast: false env: diff --git a/tests/php/phpstan/phpstan-9.1.4.neon b/tests/php/phpstan/phpstan-9.1.5.neon similarity index 100% rename from tests/php/phpstan/phpstan-9.1.4.neon rename to tests/php/phpstan/phpstan-9.1.5.neon