From 278e16827667053cf6bd5a4a4c72742b4e0bdb9d Mon Sep 17 00:00:00 2001 From: Progi1984 Date: Wed, 15 Jul 2026 16:30:16 +0200 Subject: [PATCH] Support for PS 9.2.x --- .github/workflows/php.yml | 2 +- tests/php/phpstan/phpstan-9.2.x.neon | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 tests/php/phpstan/phpstan-9.2.x.neon diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index e5ead52..6840df1 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.x', 'develop'] + presta_version: ['9.1.x', '9.2.x', 'develop'] php_version: ['8.1', '8.5'] fail-fast: false env: diff --git a/tests/php/phpstan/phpstan-9.2.x.neon b/tests/php/phpstan/phpstan-9.2.x.neon new file mode 100644 index 0000000..efa856c --- /dev/null +++ b/tests/php/phpstan/phpstan-9.2.x.neon @@ -0,0 +1,2 @@ +includes: + - %currentWorkingDirectory%/tests/php/phpstan/phpstan.neon