Skip to content

Commit 745a346

Browse files
committed
Do not use fixed tag
1 parent 056c63f commit 745a346

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/nightly.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -353,9 +353,9 @@ jobs:
353353
- name: Test Psalm
354354
if: matrix.branch.ref != 'PHP-8.0'
355355
run: |
356-
git clone https://github.com/vimeo/psalm --branch=master
356+
git clone https://github.com/vimeo/psalm --branch=master --depth 1
357357
cd psalm
358-
git checkout 7428e49b115a2a837aa29cf0fafd0ca902fe2457
358+
git rev-parse HEAD
359359
export ASAN_OPTIONS=exitcode=139
360360
# Needed to avoid overwriting JIT config
361361
export PSALM_ALLOW_XDEBUG=1
@@ -364,9 +364,9 @@ jobs:
364364
- name: Test PHPStan
365365
if: matrix.branch.ref != 'PHP-8.0'
366366
run: |
367-
git clone https://github.com/phpstan/phpstan-src
367+
git clone https://github.com/phpstan/phpstan-src --depth 1
368368
cd phpstan-src
369-
git checkout d02cc99d4480a203a2dbe54a5ded2da016266b11
369+
git rev-parse HEAD
370370
sed -E 's/phpVersion(.*)max[^)]+/phpVersion\1max(89999/g' conf/parametersSchema.neon -i
371371
php /usr/bin/composer install --no-progress --ignore-platform-reqs
372372
export ASAN_OPTIONS=exitcode=139
@@ -461,9 +461,9 @@ jobs:
461461
- name: Test PHPSeclib
462462
if: always()
463463
run: |
464-
git clone https://github.com/phpseclib/phpseclib --branch=master
464+
git clone https://github.com/phpseclib/phpseclib --depth 1
465465
cd phpseclib
466-
git checkout 259bd9f1e8af11726ed74acf527c2c046549061b
466+
git rev-parse HEAD
467467
export ASAN_OPTIONS=exitcode=139
468468
export PHPSECLIB_ALLOW_JIT=1
469469
php /usr/bin/composer install --no-progress --ignore-platform-reqs

0 commit comments

Comments
 (0)