Skip to content

Commit cb4c200

Browse files
committed
5.3.4
1 parent 72ea677 commit cb4c200

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG-5.x.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#### 5.3.4
2+
3+
* Use attributes syntax in gherkin:snippets in #6917
4+
* PHP 8.5: Fix usage of deprecated $http_response_header in #6919
5+
* Do not expect the register_argc_argv ini setting in cli for php >= 8.5 in #6921
6+
17
#### 5.3.3
28

39
* Fix empty data provider case by @joester89 in #6866

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.3';
39+
public const VERSION = '5.3.4';
4040

4141
protected ResultAggregator $resultAggregator;
4242

0 commit comments

Comments
 (0)