diff options
author | Remi Collet <remi@remirepo.net> | 2025-01-31 07:41:36 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-01-31 07:41:36 +0100 |
commit | 706359a1e387410210a27f9eddfdc42086a09027 (patch) | |
tree | 2686211f318d52fafa7788fbcfe24d0aab1e9565 /wizard | |
parent | 134be12f301e9e5cbd3055e7726397e588e22284 (diff) |
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 9e344564..54ee6805 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -124,7 +124,7 @@ $phpname = [ '5.6' => '5.6.40 (no upstream support since January 2019)', ]; $phptest = [ - '8.4' => '8.4.4RC1', + '8.4' => '8.4.4RC2', '8.3' => '8.3.17RC1', ]; |