File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 4848 echo "::add-matcher::${{ runner.tool_cache }}/php.json"
4949 echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
5050
51+ - name : Require Pest 4 for Laravel 13
52+ if : matrix.laravel == '13.*'
53+ run : composer require "pestphp/pest:^4.0" "pestphp/pest-plugin-laravel:^4.0" --dev --no-interaction --no-update
54+
5155 - name : Install dependencies
5256 run : |
5357 composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
Original file line number Diff line number Diff line change 3232 "ext-dom" : " *" ,
3333 "nunomaduro/collision" : " ^8.0" ,
3434 "orchestra/testbench" : " ^9.0|^10.0|^11.0" ,
35- "pestphp/pest" : " ^3.7|^4.0 " ,
36- "pestphp/pest-plugin-laravel" : " ^3.1|^4.0 " ,
35+ "pestphp/pest" : " ^3.7" ,
36+ "pestphp/pest-plugin-laravel" : " ^3.1" ,
3737 "spatie/laravel-ray" : " ^1.32.6" ,
3838 "spatie/pest-plugin-snapshots" : " ^2.0.1"
3939 },
You can’t perform that action at this time.
0 commit comments