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