diff options
author | Remi Collet <remi@remirepo.net> | 2022-09-02 10:50:23 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-09-02 10:50:23 +0200 |
commit | 5fb99a08677f0e740e1cff54be03335dbdd7ebc1 (patch) | |
tree | a35444342d0cd29abae14b6fa44734281a947312 /wizard | |
parent | 5f8414a7804fbcf4ea7f2f658eacc30922b27579 (diff) |
8.2 as module
Diffstat (limited to 'wizard')
-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 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', |