Commit graph

4 commits

Author SHA1 Message Date
Claude
8f66284a52
fix(ci): use single-quoted PHP to avoid shell escaping issues
Some checks failed
CI / PHP 8.3 (push) Failing after 57s
CI / PHP 8.4 (push) Failing after 46s
Switch php -r argument to single quotes so PHP dollar signs
are not interpreted by bash. Pipe output to while-read loop.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 05:24:20 +00:00
Claude
a74e74c81b
fix(ci): correct bash escaping in dependency checkout step
Some checks failed
CI / PHP 8.3 (push) Failing after 58s
CI / PHP 8.4 (push) Failing after 45s
The PHP variables inside php -r need \$ escaping, but shell
variables outside need bare $ for command substitution and
variable expansion.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 05:19:11 +00:00
Claude
812886dc33
ci: inline workflow to bypass reusable workflow cache
Some checks failed
CI / PHP 8.3 (push) Failing after 46s
CI / PHP 8.4 (push) Failing after 47s
The Forgejo act runner caches reusable workflow definitions,
preventing updates from being picked up. Inline the workflow
with dependency checkout step.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 05:11:43 +00:00
Claude
912927fdd0
ci: use reusable PHP test workflow from core/php
Some checks failed
CI / tests (push) Failing after 1m16s
Co-Authored-By: Charon <charon@lethean.io>
2026-02-23 01:22:03 +00:00