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:
aacb19b
)
Fix php.yml workflow
author
Tim Düsterhus
<duesterhus@woltlab.com>
Tue, 10 May 2022 15:36:21 +0000
(17:36 +0200)
committer
Tim Düsterhus
<duesterhus@woltlab.com>
Tue, 10 May 2022 15:36:21 +0000
(17:36 +0200)
see
7cb8935ef0ef6707e0ed1cb8fe26ac17dd155400
.github/workflows/php.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/php.yml
b/.github/workflows/php.yml
index c8b49dee94bdcba7bba8c44a5e709818afdd0d64..ed67a152beb33dda4da11697b185e4fb68ef8f87 100644
(file)
--- 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'