WordPress-Coding-Standards/.github
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
..
ISSUE_TEMPLATE Issue template: minor tweaks 2023-08-17 18:11:23 +02:00
workflows GH Actions: fail "setup-php" if requested tooling could not be installed 2026-07-26 23:26:34 +02:00
CONTRIBUTING.md Composer: raise the minimum supported PHPCS version to 3.13.5 2026-07-10 19:53:37 +02:00
dependabot.yml Dependabot/gh-actions: move to bi-weekly schedule 2025-12-08 15:22:08 +01:00
FUNDING.yml Update funding information 2023-12-03 17:08:13 +01:00
pull_request_template.md Add PR template (#2594) 2025-09-09 00:37:55 +01:00
release-checklist.md Release checklist: minor updates 2026-07-16 16:27:42 +02:00
SECURITY.md Add SECURITY.md file (#2766) 2026-07-21 10:16:50 +02:00