Skip to content

Commit f38dfa4

Browse files
committed
Set default version on Windows to the latest version
1 parent 9e571e9 commit f38dfa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

downloads-get-instructions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
$options['osvariant'] = 'linux-ubuntu';
2121
}
2222
}
23-
if ($options['os'] === 'osx') {
23+
if ($options['os'] === 'osx' || $options['os'] === 'windows') {
2424
if ($options['version'] === 'default') {
2525
$options['version'] = $latestPhpVersion;
2626
}

0 commit comments

Comments
 (0)