File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1919 include :
2020 - laravel : 11.*
2121 testbench : ^9.0
22+ pest : ^2.0
23+ phpunit : ^10.0
2224 - laravel : 12.*
2325 testbench : ^10.0
26+ pest : ^3.0
27+ phpunit : ^11.0
2428
2529 name : PHP${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2630
4246
4347 - name : Install dependencies
4448 run : |
45- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
49+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "pestphp/pest:${{ matrix.pest }}" "pestphp/pest-plugin-laravel:${{ matrix.pest }}" "phpunit/phpunit:${{ matrix.phpunit }}" --no-interaction --no-update
4650 composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4751
4852 - name : Execute tests
You can’t perform that action at this time.
0 commit comments