From 8229294f3b681b7ad1f83e6a37b41ccb42878afd Mon Sep 17 00:00:00 2001 From: Progi1984 Date: Wed, 15 Jul 2026 15:36:46 +0200 Subject: [PATCH] Support for PS 9.2.x --- .github/workflows/php.yml | 2 +- tests/php/phpstan/phpstan-9.2.x.neon | 7 +++++++ 2 files changed, 8 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 3fc59ee..4612a34 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -121,7 +121,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..a72bdeb --- /dev/null +++ b/tests/php/phpstan/phpstan-9.2.x.neon @@ -0,0 +1,7 @@ +includes: + - %currentWorkingDirectory%/tests/php/phpstan/phpstan.neon + +parameters: + ignoreErrors: + - '#Access to an undefined property Cookie\:\:\$contactFormToken.#' + - '#Call to an undefined static method Tools\:\:stripslashes\(\).#' \ No newline at end of file