Skip to content

Commit 9b709a8

Browse files
committed
add support to PHP 8.4.13
1 parent 04993dd commit 9b709a8

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
@@ -124,5 +124,11 @@
124124
"rel_date": "2025-08-28",
125125
"rel_state": "stable",
126126
"php_min": "8.4.12"
127+
},
128+
{
129+
"rel_version": "8.4.13",
130+
"rel_date": "2025-09-25",
131+
"rel_state": "stable",
132+
"php_min": "8.4.13"
127133
}
128134
]

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.33';
3030
public const LATEST_PHP_8_2 = '8.2.29';
3131
public const LATEST_PHP_8_3 = '8.3.26';
32-
public const LATEST_PHP_8_4 = '8.4.12';
32+
public const LATEST_PHP_8_4 = '8.4.13';
3333
}

0 commit comments

Comments
 (0)