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 c10b5fa commit 59433d5Copy full SHA for 59433d5
1 file changed
.github/workflows/integration-tests.yml
@@ -164,6 +164,14 @@ jobs:
164
cp ../symplify-composer.lock composer.lock
165
composer install
166
../../../phpstan analyse -c ../symplify.neon
167
+ - php-version: 8.1
168
+ script: |
169
+ git clone https://github.com/symplify/symplify.git e2e/integration/repo
170
+ cd e2e/integration/repo
171
+ git checkout 92e9b42fba42e75acf5ab89a4dd690340632e352
172
+ cp ../symplify-composer.lock composer.lock
173
+ composer install
174
+ vendor/bin/phpunit
175
- php-version: 8.1
176
script: |
177
git clone https://github.com/nunomaduro/larastan.git e2e/integration/repo
0 commit comments