Merge branch '4.x' into 5.x

This commit is contained in:
nuno maduro
2026-04-17 06:07:14 -07:00
26 changed files with 1061 additions and 63 deletions

View File

@ -6,7 +6,7 @@ namespace Pest;
function version(): string
{
return '5.0.0-rc.3';
return '5.0.0-rc.4';
}
function testDirectory(string $file = ''): string