Skip to content

Commit 9a088a5

Browse files
committed
Update to PHP 8.5
1 parent 9d64031 commit 9a088a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
$php = strtoupper(substr(PHP_OS, 0, 3)) === 'WIN' ? 'php' : '/usr/bin/php8.2-cli';
3+
$php = strtoupper(substr(PHP_OS, 0, 3)) === 'WIN' ? 'php' : '/usr/bin/php8.5-cli';
44

55
exec($php . ' composer.phar self-update');
66
exec($php . ' composer.phar update');

0 commit comments

Comments
 (0)