Drop obsolete exclude in php.yml workflow
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 5 May 2022 12:42:57 +0000 (14:42 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 5 May 2022 12:42:57 +0000 (14:42 +0200)
This should no longer be required since 123aedf297e0402e6bd3562fe08e2d74e24760d1.

.github/workflows/php.yml

index 091429507dafabd57977a6641a0ba2dd1fdd3159..28898239b1f68b1930dd5ad895709c9a90be3f4d 100644 (file)
@@ -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: |