Skip to content

Commit 9334163

Browse files
committed
add support to PHP 8.4.8
1 parent d4a9786 commit 9334163

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

data/reference/extension/core/84/releases.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,11 @@
100100
"rel_date": "2025-05-08",
101101
"rel_state": "stable",
102102
"php_min": "8.4.7"
103+
},
104+
{
105+
"rel_version": "8.4.8",
106+
"rel_date": "2025-06-05",
107+
"rel_state": "stable",
108+
"php_min": "8.4.8"
103109
}
104110
]

src/Domain/Factory/ExtensionVersionProviderInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ interface ExtensionVersionProviderInterface
2929
public const LATEST_PHP_8_1 = '8.1.32';
3030
public const LATEST_PHP_8_2 = '8.2.28';
3131
public const LATEST_PHP_8_3 = '8.3.22';
32-
public const LATEST_PHP_8_4 = '8.4.7';
32+
public const LATEST_PHP_8_4 = '8.4.8';
3333
}

0 commit comments

Comments
 (0)