projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f66bd8
)
Drop obsolete exclude in php.yml workflow
author
Tim Düsterhus
<duesterhus@woltlab.com>
Thu, 5 May 2022 12:42:57 +0000
(14:42 +0200)
committer
Tim 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
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/php.yml
b/.github/workflows/php.yml
index 091429507dafabd57977a6641a0ba2dd1fdd3159..28898239b1f68b1930dd5ad895709c9a90be3f4d 100644
(file)
--- 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: |