Commit graph

3 commits

Author SHA1 Message Date
Claude
ef68ee82f4
fix(ci): correct bash escaping in dependency checkout step
Some checks are pending
CI / PHP 8.3 (push) Waiting to run
CI / PHP 8.4 (push) Waiting to run
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:18 +00:00
Claude
77d8687f06
ci: inline workflow to bypass reusable workflow cache
Some checks failed
CI / PHP 8.4 (push) Waiting to run
CI / PHP 8.3 (push) Has been cancelled
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:50 +00:00
Claude
39bca812b3
ci: use reusable PHP test workflow from core/php
Some checks failed
CI / tests (push) Failing after 1m36s
Co-Authored-By: Charon <charon@lethean.io>
2026-02-23 01:22:23 +00:00