Skip to content

Commit 1da7f85

Browse files
committed
Reproduce Phalcon 5 problem
1 parent 60d2e24 commit 1da7f85

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

.github/workflows/other-tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,13 @@ jobs:
309309
script: |
310310
cd e2e/autoload-psr/app
311311
../../../phpstan analyse index.php -a autoload.php
312+
- php-version: 8.1
313+
extensions: phalcon5
314+
ini-values: memory_limit=256M
315+
operating-system: ubuntu-latest
316+
script: |
317+
cd e2e/phalcon5
318+
../../phpstan
312319
steps:
313320
- name: "Checkout"
314321
uses: actions/checkout@v3

e2e/phalcon5/phpstan.neon

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
parameters:
2+
level: 8
3+
paths:
4+
- test.php

e2e/phalcon5/test.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?php
2+
3+
use Phalcon\Events\Event;

0 commit comments

Comments
 (0)