diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-02 11:48:54 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-02 11:48:54 +0200 |
commit | 082dfadb5d7c25a745ba720470032a247f57d146 (patch) | |
tree | 17a698d98c1394c2bd9e1e8d7b9ca13d6b597434 | |
parent | 30531ab481b951eb1665cb1b1fed2a41fc5d9163 (diff) |
Wizard: add 8.1 base packages
-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 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', |