Release 3.8.2

This commit is contained in:
Nuno Maduro
2025-04-17 11:52:59 +01:00
parent eed68f2840
commit c6244a8712
5 changed files with 43 additions and 36 deletions

View File

@ -6,7 +6,7 @@ namespace Pest;
function version(): string
{
return '3.8.1';
return '3.8.2';
}
function testDirectory(string $file = ''): string