1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 21:14:43 +01:00

Skip Psalm until it updates to php-parser v5

This commit is contained in:
Daniil Gentili 2024-01-26 21:49:41 +01:00
parent 2f04e0a60f
commit 0c5209ed5e

View File

@ -43,18 +43,6 @@ steps:
- apk add bash - apk add bash
- tests/test.sh phpunit-light - tests/test.sh phpunit-light
psalm:
group: test
image: danog/madelineproto:next
when:
event:
- pull_request
- tag
- push
commands:
- apk add bash
- tests/test.sh psalm
handshake: handshake:
group: test group: test
image: danog/madelineproto:next image: danog/madelineproto:next