Skip to content

Commit 69721a7

Browse files
committed
PHP 8.2 CLI version for nightly updates
1 parent cb53d9f commit 69721a7

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.0';
3+
$php = strtoupper(substr(PHP_OS, 0, 3)) === 'WIN' ? 'php' : '/usr/bin/php8.2-cli';
44

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

0 commit comments

Comments
 (0)