Merge branch '3.x' into 4.x

This commit is contained in:
Nuno Maduro
2025-08-20 07:04:50 +01:00
3 changed files with 3 additions and 10 deletions

View File

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