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 13
13
fail-fast : true
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.*, 7.*]
18
18
stability : [prefer-lowest, prefer-stable]
19
19
include :
26
26
exclude :
27
27
- laravel : 7.*
28
28
php : 8.1
29
+ - laravel : 7.*
30
+ php : 8.2
29
31
30
32
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
31
33
46
48
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
47
49
- name : Install dependencies
48
50
run : |
49
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
51
+ composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.64" " orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
50
52
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
51
53
- name : Execute tests
52
54
run : vendor/bin/phpunit
You can’t perform that action at this time.
0 commit comments