From d6ca716093187a1d82f2dd470d730e95d8c10179 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 11 Sep 2020 15:02:42 +0200 Subject: add php:remi-8.0 stream --- 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 d8d644dd..3a817621 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -69,7 +69,7 @@ $types = [ ]; $phpvers = [ // use false when only SCL - '8.0' => false, + '8.0' => 'remi-php80', '7.4' => 'remi-php74', '7.3' => 'remi-php73', '7.2' => 'remi-php72', -- cgit