We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066184f commit 030d1a4Copy full SHA for 030d1a4
.github/nightly.php
@@ -212,7 +212,7 @@ function (): iterable {
212
213
foreach ($commands as $idx => $cmd) {
214
$cmd = array_merge([
215
- 'php',
+ PHP_BINARY,
216
'--repeat',
217
$repeat,
218
'-f',
.github/workflows/nightly.yml
@@ -496,7 +496,6 @@ jobs:
496
run: |
497
git clone https://github.com/phpseclib/phpseclib --branch=master
498
cd phpseclib
499
- git checkout 259bd9f1e8af11726ed74acf527c2c046549061b
500
export ASAN_OPTIONS=exitcode=139
501
export PHPSECLIB_ALLOW_JIT=1
502
php /usr/bin/composer install --no-progress --ignore-platform-reqs
0 commit comments