diff options
| author | Remi Collet <remi@remirepo.net> | 2024-09-11 10:29:04 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2024-09-11 10:29:04 +0200 | 
| commit | 8fd6ec50e313a396c1012b5f6ef8022289c33b31 (patch) | |
| tree | 32e525ed8c61cb049ad770d71ef8f04daa08a28c /wizard/index.php | |
| parent | 894abc1d60667219a64a1253884f1805ae636ffd (diff) | |
upgrade versions
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 a257a6fd..9b4751ca 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -118,7 +118,7 @@ $phpvers = [  ];  $phpname = [  	':devel'  => 'Development version, not ready for production', -		'8.4' => '8.4.0beta4', +		'8.4' => '8.4.0beta5',  	':stable' => 'Stable versions - usage recommended',  		'8.3' => '8.3.11 (active support until December 2025)',  		'8.2' => '8.2.23 (active support until December 2024)',  | 
