File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -26,24 +26,24 @@ jobs:
26
26
--health-retries 5
27
27
28
28
strategy :
29
- fail-fast : true
29
+ fail-fast : false
30
30
matrix :
31
- php : [8.2, 8.3]
32
- laravel : [11.*, 12.*]
33
- stability : [prefer-lowest, prefer-stable]
34
- include :
35
- - laravel : 11.*
36
- testbench : ^9.0
37
- carbon : ^2.63|^3.0
38
- - laravel : 12.*
39
- testbench : ^10.1
40
- carbon : ^2.63|^3.0
31
+ php : [ 8.1, 8.2, 8.3, 8.4 ]
32
+ laravel : [ 10.*, 11.*, 12.* ]
41
33
exclude :
34
+ - php : 8.1
35
+ laravel : 11.*
36
+ - php : 8.1
37
+ laravel : 12.*
38
+ include :
42
39
- laravel : 12.*
43
- php : 8.2
44
- stability : prefer-lowest
40
+ testbench : 10.*
41
+ - laravel : 11.*
42
+ testbench : 9.*
43
+ - laravel : 10.*
44
+ testbench : 8.*
45
45
46
- name : P ${{ matrix.php }} - L ${{ matrix.laravel }} - ${{ matrix.stability }}
46
+ name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.dependency-version }}
47
47
48
48
steps :
49
49
- name : Checkout code
You can’t perform that action at this time.
0 commit comments