This repository was archived by the owner on Oct 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -82,12 +82,20 @@ jobs:
8282 php artisan storage:link
8383 php artisan migrate:fresh --seed
8484
85+ - name : Prepare L9
86+ if : ${{ matrix.laravel == '9.0' }}
87+ run : |
88+ cd app
89+ rm composer.lock
90+ composer require illuminate/contracts:<9.52 --no-interaction --no-suggest
91+ composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
92+
8593 - name : Prepare L10
8694 if : ${{ matrix.laravel == '10.0' }}
8795 run : |
8896 cd app
8997 rm composer.lock
90- composer require spatie/phpunit-snapshot-assertions:^5.0 phpunit/phpunit:^10.0 nunomaduro/collision:^7.0 --no-interaction --no-suggest
98+ composer require illuminate/contracts:<10.17 spatie/phpunit-snapshot-assertions:^5.0 phpunit/phpunit:^10.0 nunomaduro/collision:^7.0 --no-interaction --no-suggest
9199 composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
92100
93101 - name : Prepare tests
Original file line number Diff line number Diff line change 1111 "php" : " ^8.0.2" ,
1212 "beyondcode/laravel-websockets" : " ^1.13" ,
1313 "guzzlehttp/guzzle" : " ^7.2" ,
14- "illuminate/contracts" : " <9.42|<10.17" ,
1514 "kirschbaum-development/eloquent-power-joins" : " ^2.6" ,
1615 "laravel/framework" : " ^9.19" ,
1716 "laravel/sanctum" : " ^3.2" ,
You can’t perform that action at this time.
0 commit comments