Skip to content

Commit a753722

Browse files
committed
Add yaf to php_all_modules fixtures, fix 8.3.x deprecation date
1 parent ab85096 commit a753722

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

fixtures/php_all_modules/.bp-config/options.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"tideways_xhprof",
6262
"tidy",
6363
"xsl",
64+
"yaf",
6465
"yaml",
6566
"zip",
6667
"zlib",

fixtures/php_all_modules_composer/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"ext-tideways_xhprof": "*",
5757
"ext-tidy": "*",
5858
"ext-xsl": "*",
59+
"ext-yaf": "*",
5960
"ext-yaml": "*",
6061
"ext-zip": "*",
6162
"ext-zlib": "*",

manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependency_deprecation_dates:
3535
match: 8.2.\d+
3636
- version_line: 8.3.x
3737
name: php
38-
date: 2025-12-31
38+
date: 2026-11-23
3939
link: http://php.net/supported-versions.php
4040
match: 8.3.\d+
4141
- version_line: 8.4.x

0 commit comments

Comments
 (0)