From b4219d7e16bd706f0f748a9b9233aa43da9059c9 Mon Sep 17 00:00:00 2001 From: Progi1984 Date: Wed, 15 Jul 2026 15:38:12 +0200 Subject: [PATCH] Support for PS 9.2.x --- .github/workflows/php.yml | 2 +- tests/php/phpstan/phpstan-9.2.x.neon | 3 +++ 2 files changed, 4 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 1665f2f..4ac4206 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -123,7 +123,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..f75ac74 --- /dev/null +++ b/tests/php/phpstan/phpstan-9.2.x.neon @@ -0,0 +1,3 @@ +includes: + - %currentWorkingDirectory%/tests/php/phpstan/phpstan.neon +