From: Tim Düsterhus Date: Tue, 10 May 2022 15:36:21 +0000 (+0200) Subject: Fix php.yml workflow X-Git-Tag: 6.0.0_Alpha_1~1335^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=00375d38f777cca81608747e95bda2908eb53674;p=GitHub%2FWoltLab%2FWCF.git Fix php.yml workflow see 7cb8935ef0ef6707e0ed1cb8fe26ac17dd155400 --- diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index c8b49dee94..ed67a152be 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -29,6 +29,5 @@ jobs: - name: Remove files to be ignored run: | rm wcfsetup/install/files/lib/system/api/symfony/polyfill-mbstring/bootstrap80.php - rm wcfsetup/install/files/lib/system/api/symfony/polyfill-php73/Resources/stubs/JsonException.php - run: | ! find . -type f -name '*.php' -exec php -l '{}' \; 2>&1 |grep -v '^No syntax errors detected'