Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b8afa9a

Browse files
authored
Update Larastan (#14024)
1 parent 2f774b7 commit b8afa9a

2 files changed

Lines changed: 566 additions & 661 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ jobs:
8888
cp ../../../phpstan vendor/phpstan/phpstan/phpstan
8989
cp ../../../bootstrap.php vendor/phpstan/phpstan/bootstrap.php
9090
vendor/bin/phpunit
91-
- php-version: 8.3
92-
name: Larastan tests PHP 8.3, ^11.15
91+
- php-version: 8.4
92+
name: Larastan tests PHP 8.4, ^12.48
9393
script: |
9494
git clone https://github.com/larastan/larastan.git e2e/integration/repo
9595
cd e2e/integration/repo
96-
git checkout 4cdaf5526c0212d9390f3c34a4c8c273a9a18a20
96+
git checkout 0ac2cfa87ac815a460918b0331b77d9f9e9b863d
9797
cp ../larastan-composer.lock composer.lock
9898
composer install
9999
cp ../../../phpstan.phar vendor/phpstan/phpstan/phpstan.phar
@@ -287,9 +287,9 @@ jobs:
287287
composer install
288288
phpstan-command: ../../../phpstan analyse -c ../symplify.neon
289289
baseline-file: symplify-baseline.neon
290-
- php-version: 8.3
290+
- php-version: 8.4
291291
repo: larastan/larastan
292-
ref: 4cdaf5526c0212d9390f3c34a4c8c273a9a18a20
292+
ref: 0ac2cfa87ac815a460918b0331b77d9f9e9b863d
293293
setup: |
294294
cp ../larastan-composer.lock composer.lock
295295
composer install

0 commit comments

Comments
 (0)