Skip to content

Commit e954c26

Browse files
committed
added PHP 8.2.11 support
1 parent a055c9b commit e954c26

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Added
2+
body: PHP 8.2.11 support
3+
time: 2023-10-01T05:48:39.673451272Z

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,11 @@
142142
"rel_date": "2023-08-31",
143143
"rel_state": "stable",
144144
"php_min": "8.2.10"
145+
},
146+
{
147+
"rel_version": "8.2.11",
148+
"rel_date": "2023-09-28",
149+
"rel_state": "stable",
150+
"php_min": "8.2.11"
145151
}
146152
]

src/Domain/Factory/ExtensionVersionProviderInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ interface ExtensionVersionProviderInterface
2727
public const LATEST_PHP_7_4 = '7.4.33';
2828
public const LATEST_PHP_8_0 = '8.0.30';
2929
public const LATEST_PHP_8_1 = '8.1.24';
30-
public const LATEST_PHP_8_2 = '8.2.10';
30+
public const LATEST_PHP_8_2 = '8.2.11';
3131
}

0 commit comments

Comments
 (0)