summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wizard/index.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/wizard/index.php b/wizard/index.php
index 9b4751ca..0dc1afa3 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -102,7 +102,7 @@ $arches = [
];
$phpvers = [
// use false when only SCL
- '8.4' => false,
+ '8.4' => 'remi-php84',
'8.3' => 'remi-php83',
'8.2' => 'remi-php82',
'8.1' => 'remi-php81',
@@ -118,10 +118,10 @@ $phpvers = [
];
$phpname = [
':devel' => 'Development version, not ready for production',
- '8.4' => '8.4.0beta5',
+ '8.4' => '8.4.0RC1',
':stable' => 'Stable versions - usage recommended',
- '8.3' => '8.3.11 (active support until December 2025)',
- '8.2' => '8.2.23 (active support until December 2024)',
+ '8.3' => '8.3.12 (active support until December 2025)',
+ '8.2' => '8.2.24 (active support until December 2024)',
':secure' => 'Security only versions',
'8.1' => '8.1.29 (security only support until December 2025)',
':eol' => 'Deprecated versions - usage discouraged',