File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 43
43
timeout_minutes : 5
44
44
max_attempts : 5
45
45
command : |
46
- composer require phpunit/phpunit:^9.5.8 --dev --${{ matrix.stability }} --no-update --no-interaction
47
46
composer require vlucas/phpdotenv:^5.3.1 --${{ matrix.stability }} --no-update --no-interaction
48
47
if : matrix.php >= 8.1 && matrix.stability == 'prefer-lowest'
49
48
63
62
max_attempts : 5
64
63
command : |
65
64
composer require "orchestra/testbench:^9.2|^10.0" --dev --${{ matrix.stability }} --no-update --no-interaction
66
- composer require "phpunit/phpunit:^10.4|^11.5" --dev --${{ matrix.stability }} --no-update --no-interaction
67
65
if : matrix.php >= 8.2 && matrix.stability == 'prefer-lowest' && matrix.laravel >= 11
68
66
69
67
- name : Set Laravel version
You can’t perform that action at this time.
0 commit comments