File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,17 @@ jobs:
2222 plugin : ' ^2.0'
2323 phpunit : ' ^10.0'
2424 - laravel : ' 12.*'
25+ php : 8.3
2526 testbench : ' ^10.0'
26- pest : ' ^3.0'
27- plugin : ' ^3.0'
28- phpunit : ' ^11.5'
27+ pest : ' ^4.0'
28+ plugin : ' ^4.0'
29+ phpunit : ' ^12.0'
30+ - laravel : ' 12.*'
31+ php : 8.4
32+ testbench : ' ^10.0'
33+ pest : ' ^4.0'
34+ plugin : ' ^4.0'
35+ phpunit : ' ^12.0'
2936
3037 name : PHP ${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3138
4754
4855 - name : Install dependencies
4956 run : |
50- 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
57+ composer require --dev "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
5158 composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5259
5360 - name : Execute tests
You can’t perform that action at this time.
0 commit comments