File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
fail-fast : false
14
14
matrix :
15
15
os : [ubuntu-latest]
16
- php : [8.1, 8.0]
16
+ php : [8.2, 8. 1, 8.0]
17
17
laravel : [9.*, 8.*]
18
18
stability : [prefer-lowest, prefer-stable]
19
19
include :
52
52
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
53
53
- name : Install dependencies
54
54
run : |
55
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
55
+ composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.63" " orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
56
56
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
57
57
- name : Execute tests
58
58
run : vendor/bin/pest --no-coverage
You can’t perform that action at this time.
0 commit comments