summaryrefslogtreecommitdiffstats
path: root/wizard/index.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-02 11:48:54 +0200
committerRemi Collet <remi@remirepo.net>2021-09-02 11:48:54 +0200
commit082dfadb5d7c25a745ba720470032a247f57d146 (patch)
tree17a698d98c1394c2bd9e1e8d7b9ca13d6b597434 /wizard/index.php
parent30531ab481b951eb1665cb1b1fed2a41fc5d9163 (diff)
Wizard: add 8.1 base packages
Diffstat (limited to 'wizard/index.php')
-rw-r--r--wizard/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/index.php b/wizard/index.php
index 01e16c7d..ae29aaf8 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -59,7 +59,7 @@ $types = [
];
$phpvers = [
// use false when only SCL
- '8.1' => false,
+ '8.1' => 'remi-php81',
'8.0' => 'remi-php80',
'7.4' => 'remi-php74',
'7.3' => 'remi-php73',