diff --git a/.github/workflows/other-tests.yml b/.github/workflows/other-tests.yml index cad6cb60fc..cbdb0cbd06 100644 --- a/.github/workflows/other-tests.yml +++ b/.github/workflows/other-tests.yml @@ -382,6 +382,13 @@ jobs: cp ../../phpstan.phar vendor/phpstan/phpstan/phpstan.phar cp ../../bootstrap.php vendor/phpstan/phpstan/bootstrap.php vendor/bin/phpunit && ../../phpstan + - php-version: 8.2 + ini-values: memory_limit=256M + operating-system: ubuntu-latest + script: | + cd e2e/bug-9574 + cd test + ../../../phpstan steps: - name: "Checkout" diff --git a/e2e/bug-9574/test/phpstan.neon b/e2e/bug-9574/test/phpstan.neon new file mode 100644 index 0000000000..e29c9c8d48 --- /dev/null +++ b/e2e/bug-9574/test/phpstan.neon @@ -0,0 +1,5 @@ +parameters: + level: 0 + phpVersion: 70100 + paths: + - test.php diff --git a/e2e/bug-9574/test/test.php b/e2e/bug-9574/test/test.php new file mode 100644 index 0000000000..c656e6562d --- /dev/null +++ b/e2e/bug-9574/test/test.php @@ -0,0 +1,3 @@ +