Skip to content

Commit

Permalink
5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Naktibalda committed Feb 4, 2024
1 parent c593427 commit cb80cae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG-5.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### 5.1.0

* Support PHPUnit 11
* Note: PHPUnit 11 does not support excluding files from code coverage report

#### 5.0.13

* Add actor to Cest tests dataProviders by @weeg in #6696
Expand Down
2 changes: 1 addition & 1 deletion src/Codeception/Codecept.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Codecept
/**
* @var string
*/
public const VERSION = '5.0.13';
public const VERSION = '5.1.0';

protected ResultAggregator $resultAggregator;

Expand Down

0 comments on commit cb80cae

Please sign in to comment.