Merge branch '2.x' into 3.x

This commit is contained in:
Nuno Maduro
2024-08-20 22:57:52 +01:00
4 changed files with 16 additions and 14 deletions

View File

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