We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b69fbd commit f754560Copy full SHA for f754560
1 file changed
.github/workflows/integration-tests.yml
@@ -184,6 +184,12 @@ jobs:
184
cd e2e/integration/repo
185
composer install
186
../../../phpstan.phar analyse -c ../doctrine-persistence.neon
187
+ - php-version: 8.1
188
+ script: |
189
+ git clone https://github.com/shipmonk-rnd/phpstan-rules.git -b 1.1.1 --depth 1 e2e/integration/repo
190
+ cd e2e/integration/repo
191
+ composer install
192
+ ../../../phpstan.phar && vendor/bin/phpunit tests
193
194
steps:
195
- name: "Checkout"
0 commit comments