diff options
author | Remi Collet <remi@remirepo.net> | 2023-11-16 12:38:21 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-11-16 12:38:21 +0100 |
commit | 815b58f34c4a4ccd28a66ef351d21ae6a7ce1647 (patch) | |
tree | 69392b309b6d88610a4c3d96ce78675293723561 /wizard | |
parent | a8e2c58db8f137bb792966aaa73d8863594dbbc5 (diff) |
new builder
Diffstat (limited to 'wizard')
-rw-r--r-- | wizard/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/index.php b/wizard/index.php index 37c8b15d..048d0b2a 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -101,7 +101,7 @@ $phpvers = [ ]; $phpname = [ ':devel' => 'Development version, not ready for production', - '8.3' => '8.3.0RC3', + '8.3' => '8.3.0RC6', ':stable' => 'Stable versions - usage recommended', '8.2' => '8.2.11 (active support until December 2024)', '8.1' => '8.1.24 (active support until November 2023)', |