Skip to content

Commit 80f3da2

Browse files
committed
Add 8.5 in downloads page
1 parent deb500c commit 80f3da2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

downloads-get-instructions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
$file = 'unknown';
3-
$latestPhpVersion = '8.4';
3+
$latestPhpVersion = '8.5';
44

55
if (!isset($options)) {
66
$options = [

downloads.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ function option(string $value, string $desc, $attributes = []): string
9797
];
9898

9999
$versions = [
100+
'8.5' => 'version 8.5',
100101
'8.4' => 'version 8.4',
101102
'8.3' => 'version 8.3',
102103
'8.2' => 'version 8.2',

0 commit comments

Comments
 (0)