diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-11 15:02:42 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-11 15:02:42 +0200 |
commit | d6ca716093187a1d82f2dd470d730e95d8c10179 (patch) | |
tree | f481275b933ff0b57ba107de145576a5849399a4 /wizard/index.php | |
parent | 0d4369c4ee460b348b845ef92bc530406c59b7a3 (diff) |
add php:remi-8.0 stream
Diffstat (limited to 'wizard/index.php')
-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 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', |