mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
release: v2.15.0
This commit is contained in:
@ -2,6 +2,12 @@
|
||||
|
||||
## Unreleased
|
||||
|
||||
## [v2.15.0 (2023-08-17)](https://github.com/pestphp/pest/compare/v2.14.1...v2.15.0)
|
||||
|
||||
### Added
|
||||
|
||||
- PHP 8.3 support ([0b261ef](https://github.com/pestphp/pest/commit/0b261ef97b7ceed20cbeeb2b0b41e08e0a8fcaa1))
|
||||
|
||||
## [v2.14.1 (2023-08-16)](https://github.com/pestphp/pest/compare/v2.14.0...v2.14.1)
|
||||
|
||||
### Changed
|
||||
|
||||
@ -6,7 +6,7 @@ namespace Pest;
|
||||
|
||||
function version(): string
|
||||
{
|
||||
return '2.14.1';
|
||||
return '2.15.0';
|
||||
}
|
||||
|
||||
function testDirectory(string $file = ''): string
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
|
||||
Pest Testing Framework 2.14.1.
|
||||
Pest Testing Framework 2.15.0.
|
||||
|
||||
USAGE: pest <file> [options]
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
|
||||
Pest Testing Framework 2.14.1.
|
||||
Pest Testing Framework 2.15.0.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user