mirror of
https://codeberg.org/Codeberg-CI/examples.git
synced 2025-08-04 04:15:58 -04:00

This example adds a matrix step for the 4 most recent supported PHP versions. It uses a bash command and the PHP built-in linter to find errors. It doesn't print much output due to the nature of the linter, but the build step fails with exit code 1 if linting fails. Reviewed-on: https://codeberg.org/Codeberg-CI/examples/pulls/40 Reviewed-by: 6543 <6543@obermui.de> Co-authored-by: Martijn de Boer <git@sexybiggetje.nl> Co-committed-by: Martijn de Boer <git@sexybiggetje.nl>