Skip to content

Commit 1e33be5

Browse files
committed
Bump
1 parent af85825 commit 1e33be5

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/nightly.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -486,18 +486,6 @@ jobs:
486486
echo opcache.jit_hot_side_exit=1 >> /etc/php.d/opcache.ini
487487
php -v
488488
489-
- name: Test Psalm
490-
if: always()
491-
run: |
492-
git clone https://github.com/vimeo/psalm --depth 1
493-
cd psalm
494-
git rev-parse HEAD
495-
php /usr/bin/composer install --no-progress --ignore-platform-reqs
496-
php vendor/bin/paratest || EXIT_CODE=$?
497-
if [ ${EXIT_CODE:-0} -gt 128 ]; then
498-
exit 1
499-
fi
500-
501489
- name: Test multiple libraries and frameworks in parallel
502490
if: always()
503491
run: |

0 commit comments

Comments
 (0)