Skip to content

Commit 2515be0

Browse files
committed
Use 8.5 as the version
1 parent 5ca86de commit 2515be0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/download-instructions/windows-scoop.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
powershell -c "irm https://get.scoop.sh | iex"
77

88
# Download and install PHP.
9-
<?php if ($version === $latestPhpVersion) { ?>
9+
<?php if ($version === '8.5') { ?>
1010
scoop bucket add main
1111
scoop install main/php
1212
<?php } else { ?>

0 commit comments

Comments
 (0)