File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 18
18
fail-fast : false
19
19
matrix :
20
20
os : [ubuntu-latest]
21
- php : [8.3, 8.2, 8.1]
21
+ php : [8.4, 8. 3, 8.2, 8.1]
22
22
laravel : [10.*, 11.*]
23
23
stability : [prefer-stable]
24
24
include :
29
29
testbench : 9.*
30
30
phpstan_neon : phpstan.neon
31
31
exclude :
32
+ - laravel : 10.*
33
+ php : 8.4
32
34
- laravel : 11.*
33
35
php : 8.1
34
36
Original file line number Diff line number Diff line change 20
20
fail-fast : false
21
21
matrix :
22
22
os : [ubuntu-latest]
23
- php : [8.3, 8.2, 8.1]
23
+ php : [8.4, 8. 3, 8.2, 8.1]
24
24
laravel : [10.*, 11.*]
25
25
stability : [prefer-stable]
26
26
include :
29
29
- laravel : 11.*
30
30
testbench : 9.*
31
31
exclude :
32
+ - laravel : 10.*
33
+ php : 8.4
32
34
- laravel : 11.*
33
35
php : 8.1
34
36
59
61
run : composer show -D
60
62
61
63
- name : Execute tests
62
- run : vendor/bin/phpunit tests
64
+ run : vendor/bin/phpunit tests
You can’t perform that action at this time.
0 commit comments