release: v4.4.4

This commit is contained in:
nuno maduro
2026-04-03 12:00:04 +01:00
parent 3d2ebdb273
commit ce05ee9aad
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,5 +1,5 @@
Pest Testing Framework 4.4.3.
Pest Testing Framework 4.4.4.
USAGE: pest <file> [options]
@ -92,7 +92,7 @@
--random-order-seed [N] Use the specified random seed when running tests in random order
REPORTING OPTIONS:
--colors [flag] ......... Use colors in output ("never", "auto" or "always")
--colors=[flag] ......... Use colors in output ("never", "auto" or "always")
--columns [n] ................. Number of columns to use for progress output
--columns max ............ Use maximum number of columns for progress output
--stderr ................................. Write to STDERR instead of STDOUT

View File

@ -1,3 +1,3 @@
Pest Testing Framework 4.4.3.
Pest Testing Framework 4.4.4.