1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Add 8.5 in downloads page

This commit is contained in:
Shivam Mathur
2025-11-20 20:43:31 +05:30
parent deb500c2a0
commit 80f3da2e86
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
<?php
$file = 'unknown';
$latestPhpVersion = '8.4';
$latestPhpVersion = '8.5';
if (!isset($options)) {
$options = [

View File

@@ -97,6 +97,7 @@ $os = [
];
$versions = [
'8.5' => 'version 8.5',
'8.4' => 'version 8.4',
'8.3' => 'version 8.3',
'8.2' => 'version 8.2',