Skip to content

Commit ad3f1ca

Browse files
krissssclaude
andcommitted
fix: 支持 PHP 8.5 测试
- 升级 pestphp/pest 依赖条件为 ^3.8 || ^4.0 - PHP 8.2-8.3 自动使用 Pest 3.8 - PHP 8.4-8.5 自动使用 Pest 4.0(需要 PHP 8.3+) - 保留 PHP 8.4 和 8.5 在 CI 测试矩阵中 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent b235b61 commit ad3f1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"ext-bcmath": "*"
2424
},
2525
"require-dev": {
26-
"pestphp/pest": "^3.8"
26+
"pestphp/pest": "^3.8 || ^4.0"
2727
},
2828
"config": {
2929
"allow-plugins": {

0 commit comments

Comments
 (0)