File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 99 fail-fast : false
1010 matrix :
1111 os : [ubuntu-latest]
12- php : [8.0 , 8.1]
12+ php : [8.2 , 8.1, 8.0 ]
1313 laravel : [7.*, 8.*, 9.*]
1414 dependency-version : [prefer-stable]
1515 include :
2020 - laravel : 7.*
2121 testbench : 5.*
2222 exclude :
23+ - laravel : 7.*
24+ php : 8.2
2325 - laravel : 7.*
2426 php : 8.1
2527
3840
3941 - name : Install dependencies
4042 run : |
41- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
43+ composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.63" " orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
4244 composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
4345
4446 - name : Execute tests
You can’t perform that action at this time.
0 commit comments