E56B
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147c723 commit 83c2986Copy full SHA for 83c2986
CHANGELOG-5.x.md
@@ -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
6
#### 5.3.4
7
8
* Use attributes syntax in gherkin:snippets in #6917
src/Codeception/Codecept.php
@@ -36,7 +36,7 @@ class Codecept
36
/**
37
* @var string
38
*/
39
- public const VERSION = '5.3.4';
+ public const VERSION = '5.3.5';
40
41
protected ResultAggregator $resultAggregator;
42
0 commit comments