File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,15 @@ jobs:
1818 stability : [prefer-lowest, prefer-stable]
1919 include :
2020 - laravel : 11.*
21- testbench : ^9.0
22- pest : ^2.0
23- phpunit : ^10.0
21+ testbench : " ^9.0"
22+ pest : " ^2.0"
23+ plugin : " ^2.0"
24+ phpunit : " ^10.0"
2425 - laravel : 12.*
25- testbench : ^10.0
26- pest : ^3.0
27- phpunit : ^11.0
26+ testbench : " ^10.0"
27+ pest : " ^3.0"
28+ plugin : " ^3.0"
29+ phpunit : " ^11.0"
2830
2931 name : PHP${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3032
4648
4749 - name : Install dependencies
4850 run : |
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
51+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "pestphp/pest:${{ matrix.pest }}" "pestphp/pest-plugin-laravel:${{ matrix.plugin }}" "phpunit/phpunit:${{ matrix.phpunit }}" --no-interaction --no-update
5052 composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5153
5254 - name : Execute tests
You can’t perform that action at this time.
0 commit comments