Skip to content

Commit 030d1a4

Browse files
committed
Bump
1 parent 066184f commit 030d1a4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/nightly.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ function (): iterable {
212212

213213
foreach ($commands as $idx => $cmd) {
214214
$cmd = array_merge([
215-
'php',
215+
PHP_BINARY,
216216
'--repeat',
217217
$repeat,
218218
'-f',

.github/workflows/nightly.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,6 @@ jobs:
496496
run: |
497497
git clone https://github.com/phpseclib/phpseclib --branch=master
498498
cd phpseclib
499-
git checkout 259bd9f1e8af11726ed74acf527c2c046549061b
500499
export ASAN_OPTIONS=exitcode=139
501500
export PHPSECLIB_ALLOW_JIT=1
502501
php /usr/bin/composer install --no-progress --ignore-platform-reqs

0 commit comments

Comments
 (0)