File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ jobs:
16
16
fail-fast : true
17
17
matrix :
18
18
os : [ubuntu-latest, windows-latest]
19
- php : [8.2, 8.1]
19
+ php : [8.4, 8.3, 8. 2, 8.1]
20
20
laravel : ['10.*', '11.*', '12.*']
21
- stability : [prefer-lowest, prefer- stable]
21
+ stability : [prefer-stable]
22
22
include :
23
+ - laravel : 12.*
24
+ testbench : 10.*
23
25
- laravel : 11.*
24
26
testbench : 9.*
25
- carbon : ^2.63
26
27
- laravel : 10.*
27
28
testbench : 8.*
28
- carbon : ^2.63
29
29
exclude :
30
30
- laravel : 11.*
31
31
php : 8.1
52
52
53
53
- name : Install dependencies
54
54
run : |
55
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
55
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
56
56
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
57
57
58
58
- name : List Installed Dependencies
You can’t perform that action at this time.
0 commit comments