From 082dfadb5d7c25a745ba720470032a247f57d146 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Sep 2021 11:48:54 +0200 Subject: Wizard: add 8.1 base packages --- wizard/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wizard/index.php') 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', -- cgit