WordPress-Coding-Standards/.github/workflows
jrfnl 147ffe1943
GH Actions: fail "setup-php" if requested tooling could not be installed
Setup-PHP will normally "gracefully" show a warning and not fail the build when an extension or tool failed to install.

In most cases, this is not particularly useful as that means that either there will be a failure later on in the build due to the extension or tool missing, or the build will not be representative of what is supposed to be tested.

This commit changes this behaviour to fail select builds at the `setup-php` step, which also makes debugging these type of build failures much more straight-forward.

Ref: https://github.com/shivammathur/setup-php?tab=readme-ov-file#fail-fast-optional
2026-07-26 23:26:34 +02:00
..
basic-qa.yml GH Actions: fail "setup-php" if requested tooling could not be installed 2026-07-26 23:26:34 +02:00
manage-labels.yml GH Actions: improve "don't run on forks" conditions 2025-11-23 14:50:19 +01:00
quicktest.yml GH Actions: fail "setup-php" if requested tooling could not be installed 2026-07-26 23:26:34 +02:00
unit-tests.yml GH Actions: fail "setup-php" if requested tooling could not be installed 2026-07-26 23:26:34 +02:00