Thanks to visit codestin.com Credit goes to github.com
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 51b0ae1 commit 505f19bCopy full SHA for 505f19b
2 files changed
.github/workflows/integration-tests.yml
@@ -98,7 +98,7 @@ jobs:
98
script: |
99
git clone https://github.com/larastan/larastan.git e2e/integration/repo
100
cd e2e/integration/repo
101
- git checkout 0ac2cfa87ac815a460918b0331b77d9f9e9b863d
+ git checkout 7e2e63f4ccfd4f31b52a6c2756c1ed9fd8f868c8
102
cp ../larastan-composer.lock composer.lock
103
composer install
104
cp ../../../phpstan.phar vendor/phpstan/phpstan/phpstan.phar
@@ -306,7 +306,7 @@ jobs:
306
baseline-file: symplify-baseline.neon
307
- php-version: 8.4
308
repo: larastan/larastan
309
- ref: 0ac2cfa87ac815a460918b0331b77d9f9e9b863d
+ ref: 7e2e63f4ccfd4f31b52a6c2756c1ed9fd8f868c8
310
setup: |
311
312
0 commit comments