From 5fb99a08677f0e740e1cff54be03335dbdd7ebc1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 2 Sep 2022 10:50:23 +0200 Subject: 8.2 as module --- wizard/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wizard') diff --git a/wizard/index.php b/wizard/index.php index 997bc4d2..6e83a08f 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -84,7 +84,7 @@ $arches = [ ]; $phpvers = [ // use false when only SCL - '8.2' => false, + '8.2' => 'remi-php82', '8.1' => 'remi-php81', '8.0' => 'remi-php80', '7.4' => 'remi-php74', -- cgit