From 00375d38f777cca81608747e95bda2908eb53674 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 10 May 2022 17:36:21 +0200 Subject: [PATCH] Fix php.yml workflow see 7cb8935ef0ef6707e0ed1cb8fe26ac17dd155400 --- .github/workflows/php.yml | 1 - 1 file changed, 1 deletion(-) 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' -- 2.20.1