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

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ jobs:
cp ../../../phpstan vendor/phpstan/phpstan/phpstan
cp ../../../bootstrap.php vendor/phpstan/phpstan/bootstrap.php
vendor/bin/phpunit
- php-version: 8.3
name: Larastan tests PHP 8.3, ^11.15
- php-version: 8.4
name: Larastan tests PHP 8.4, ^12.48
script: |
git clone https://github.com/larastan/larastan.git e2e/integration/repo
cd e2e/integration/repo
git checkout 4cdaf5526c0212d9390f3c34a4c8c273a9a18a20
git checkout 0ac2cfa87ac815a460918b0331b77d9f9e9b863d
cp ../larastan-composer.lock composer.lock
composer install
cp ../../../phpstan.phar vendor/phpstan/phpstan/phpstan.phar
Expand Down Expand Up @@ -287,9 +287,9 @@ jobs:
composer install
phpstan-command: ../../../phpstan analyse -c ../symplify.neon
baseline-file: symplify-baseline.neon
- php-version: 8.3
- php-version: 8.4
repo: larastan/larastan
ref: 4cdaf5526c0212d9390f3c34a4c8c273a9a18a20
ref: 0ac2cfa87ac815a460918b0331b77d9f9e9b863d
setup: |
cp ../larastan-composer.lock composer.lock
composer install
Expand Down
Loading
Loading