summaryrefslogtreecommitdiffstats
path: root/wizard/index.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-05 12:59:53 +0200
committerRemi Collet <remi@remirepo.net>2019-09-05 12:59:53 +0200
commitae96d5ff541fc615e0e6df9b7cfb921bf6cfe0ab (patch)
treeb93424b5e6a7559244b46136ec8a10a0d80d4c28 /wizard/index.php
parent35830357e8f94189f1c630c60eba22274df8e4b6 (diff)
remi-php74 is open
Diffstat (limited to 'wizard/index.php')
-rw-r--r--wizard/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/wizard/index.php b/wizard/index.php
index 409c10c7..517537f9 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -64,7 +64,8 @@ $types = [
'scl' => 'Multiple versions simultaneously',
];
$phpvers = [
- '7.4' => false,
+ // use false when only SCL
+ '7.4' => 'remi-php74',
'7.3' => 'remi-php73',
'7.2' => 'remi-php72',
'7.1' => 'remi-php71',