File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : true
10
10
matrix :
11
11
os : [ubuntu-latest]
12
- php : [8.1, 8.2, 8.3]
12
+ php : [8.1, 8.2, 8.3, 8.4 ]
13
13
laravel : [11.*, 10.*, 9.*]
14
14
dependency-version : [prefer-lowest, prefer-stable]
15
15
exclude :
Original file line number Diff line number Diff line change 13
13
"php" : " ^8.1.0" ,
14
14
"guzzlehttp/guzzle" : " ^7.9.2" ,
15
15
"laravel/framework" : " ^9.46.0|^10.34.2|^11.23.5" ,
16
- "openai-php/client" : " ^v0 .10.1 "
16
+ "openai-php/client" : " ^0 .10.2 "
17
17
},
18
18
"require-dev" : {
19
19
"laravel/pint" : " ^1.17.3" ,
20
- "pestphp/pest" : " ^2.35.1" ,
21
- "pestphp/pest-plugin-arch" : " ^2.7.0" ,
20
+ "pestphp/pest" : " ^2.35.1|^3.0.0 " ,
21
+ "pestphp/pest-plugin-arch" : " ^2.7.0|^3.0.0 " ,
22
22
"phpstan/phpstan" : " ^1.12.4" ,
23
23
"symfony/var-dumper" : " ^6.4.0|^7.1.4"
24
24
},
51
51
},
52
52
"scripts" : {
53
53
"lint" : " pint -v" ,
54
- "refactor" : " rector --debug" ,
55
54
"test:lint" : " pint --test -v" ,
56
55
"test:types" : " phpstan analyse --ansi" ,
57
56
"test:unit" : " pest --colors=always" ,
You can’t perform that action at this time.
0 commit comments