File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1111 fail-fast : true
1212 matrix :
1313 os : [ubuntu-latest, windows-latest]
14- php : [8.0, 7.4, 7.3]
14+ php : [8.1, 8. 0, 7.4, 7.3]
1515 stability : [prefer-lowest, prefer-stable]
1616
1717 name : PHP ${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
3434
3535 - name : Install dependencies
3636 run : |
37- composer require "laravel/framework:8.*" "orchestra/testbench:6.*" --no-interaction --no-update
3837 composer update --${{ matrix.stability }} --prefer-dist --no-interaction
3938
4039 - name : Execute tests
Original file line number Diff line number Diff line change 1818 "illuminate/support" : " ~8.0"
1919 },
2020 "require-dev" : {
21- "orchestra/testbench" : " ^6.0 " ,
22- "phpunit/phpunit" : " ^9.0 "
21+ "orchestra/testbench" : " ^6.22 " ,
22+ "phpunit/phpunit" : " ^9.5.10 "
2323 },
2424 "autoload" : {
2525 "psr-4" : {
You can’t perform that action at this time.
0 commit comments