Skip to content

Commit 83c2986

Browse files
committed
5.3.5
1 parent 147c723 commit 83c2986

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG-5.x.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#### 5.3.5
2+
3+
* PHP 8.5: Avoid accessing deprecated $http_response_header by @W0rma in #6924
4+
* Add support for PHPUnit 13 by @W0rma in #6925
5+
16
#### 5.3.4
27

38
* Use attributes syntax in gherkin:snippets in #6917

src/Codeception/Codecept.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Codecept
3636
/**
3737
* @var string
3838
*/
39-
public const VERSION = '5.3.4';
39+
public const VERSION = '5.3.5';
4040

4141
protected ResultAggregator $resultAggregator;
4242

0 commit comments

Comments
 (0)