Update .woodpecker.yml
ci/woodpecker/push/woodpecker/1 Pipeline was successful Details
ci/woodpecker/push/woodpecker/2 Pipeline was successful Details
ci/woodpecker/push/woodpecker/3 Pipeline was successful Details
ci/woodpecker/push/woodpecker/4 Pipeline was successful Details

This commit is contained in:
Martijn de Boer 2024-02-03 15:11:18 +01:00
parent bdd2fe802d
commit 9f1032f1a0
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
matrix:
PHPVERSION:
- 8.0
- 8.1
- 8.2
- 8.3
steps: steps:
test: test:
image: php:8.2-cli image: php:${PHPVERSION}-cli
commands: commands:
- find . -path ./app/vendor -prune -o -type f -name '*.php' -print0 | xargs -0 -n1 -P4 php -l -n | (! grep -v "No syntax errors detected" ) - find . -path ./app/vendor -prune -o -type f -name '*.php' -print0 | xargs -0 -n1 -P4 php -l -n | (! grep -v "No syntax errors detected" )
when: when: