From 79bea0d0671c8af48bbc54f34d58f98a53e93adb Mon Sep 17 00:00:00 2001 From: Progi1984 Date: Wed, 15 Jul 2026 16:13:36 +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 4f06b61..8b0b749 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..481ff9f --- /dev/null +++ b/tests/php/phpstan/phpstan-9.2.x.neon @@ -0,0 +1,2 @@ +includes: + - %currentWorkingDirectory%/tests/php/phpstan/phpstan.neon \ No newline at end of file