@@ -353,9 +353,9 @@ jobs:
353
353
- name : Test Psalm
354
354
if : matrix.branch.ref != 'PHP-8.0'
355
355
run : |
356
- git clone https://github.com/vimeo/psalm --branch=master
356
+ git clone https://github.com/vimeo/psalm --branch=master --depth 1
357
357
cd psalm
358
- git checkout 7428e49b115a2a837aa29cf0fafd0ca902fe2457
358
+ git rev-parse HEAD
359
359
export ASAN_OPTIONS=exitcode=139
360
360
# Needed to avoid overwriting JIT config
361
361
export PSALM_ALLOW_XDEBUG=1
@@ -364,9 +364,9 @@ jobs:
364
364
- name : Test PHPStan
365
365
if : matrix.branch.ref != 'PHP-8.0'
366
366
run : |
367
- git clone https://github.com/phpstan/phpstan-src
367
+ git clone https://github.com/phpstan/phpstan-src --depth 1
368
368
cd phpstan-src
369
- git checkout d02cc99d4480a203a2dbe54a5ded2da016266b11
369
+ git rev-parse HEAD
370
370
sed -E 's/phpVersion(.*)max[^)]+/phpVersion\1max(89999/g' conf/parametersSchema.neon -i
371
371
php /usr/bin/composer install --no-progress --ignore-platform-reqs
372
372
export ASAN_OPTIONS=exitcode=139
@@ -461,9 +461,9 @@ jobs:
461
461
- name : Test PHPSeclib
462
462
if : always()
463
463
run : |
464
- git clone https://github.com/phpseclib/phpseclib --branch=master
464
+ git clone https://github.com/phpseclib/phpseclib --depth 1
465
465
cd phpseclib
466
- git checkout 259bd9f1e8af11726ed74acf527c2c046549061b
466
+ git rev-parse HEAD
467
467
export ASAN_OPTIONS=exitcode=139
468
468
export PHPSECLIB_ALLOW_JIT=1
469
469
php /usr/bin/composer install --no-progress --ignore-platform-reqs
0 commit comments