release: v2.6.3

This commit is contained in:
Nuno Maduro
2023-06-07 21:19:04 +02:00
parent 73a859ee56
commit 3c20e8114e
4 changed files with 8 additions and 3 deletions

View File

@ -2,6 +2,11 @@
## Unreleased
## [v2.6.3 (2023-06-07)](https://github.com/pestphp/pest/compare/v2.6.2...v2.6.3)
### Chore
- Bumps PHPUnit to `^10.2.1` ([73a859e](https://github.com/pestphp/pest/commit/73a859ee563fe96944ba39b191dceca28ef703c2))
## [v2.6.2 (2023-06-02)](https://github.com/pestphp/pest/compare/v2.6.1...v2.6.2)
### Chore

View File

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

View File

@ -1,5 +1,5 @@
Pest Testing Framework 2.6.2.
Pest Testing Framework 2.6.3.
USAGE: pest <file> [options]

View File

@ -1,3 +1,3 @@
Pest Testing Framework 2.6.2.
Pest Testing Framework 2.6.3.