From: Tim Düsterhus Date: Thu, 5 May 2022 12:42:57 +0000 (+0200) Subject: Drop obsolete exclude in php.yml workflow X-Git-Tag: 5.5.0_Beta_1~24 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8ace463597a2c50109dd613e5d4d2fb16ddeb48a;p=GitHub%2FWoltLab%2FWCF.git Drop obsolete exclude in php.yml workflow This should no longer be required since 123aedf297e0402e6bd3562fe08e2d74e24760d1. --- diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 091429507d..28898239b1 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -30,7 +30,6 @@ jobs: - run: echo "::add-matcher::.github/php-syntax.json" - name: Remove files to be ignored run: | - rm wcfsetup/install/files/lib/system/api/ezyang/htmlpurifier/library/HTMLPurifier.autoload-legacy.php 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: |