Fix php.yml workflow
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 10 May 2022 15:36:21 +0000 (17:36 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 10 May 2022 15:36:21 +0000 (17:36 +0200)
see 7cb8935ef0ef6707e0ed1cb8fe26ac17dd155400

.github/workflows/php.yml

index c8b49dee94bdcba7bba8c44a5e709818afdd0d64..ed67a152beb33dda4da11697b185e4fb68ef8f87 100644 (file)
@@ -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'