Commit graph

7 commits

Author SHA1 Message Date
48ca8ed8fd feat(ci): use lthn/build:php container image
Some checks failed
CI / PHP 8.3 (push) Failing after 0s
CI / PHP 8.4 (push) Failing after 0s
Replace setup-php action with pre-built container.
Eliminates ~50s setup overhead per matrix job.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 13:46:47 +00:00
Claude
8aa1f80db7 ci: add composer config for path repositories (v5)
Some checks are pending
CI / PHP 8.3 (push) Waiting to run
CI / PHP 8.4 (push) Waiting to run
2026-02-23 05:45:48 +00:00
Claude
b1541df187
fix(ci): hard-code sister package clone instead of PHP parsing
Some checks failed
CI / PHP 8.3 (push) Failing after 46s
CI / PHP 8.4 (push) Failing after 47s
Direct git clone of ../php-framework avoids shell escaping
issues with dynamic PHP-based path extraction.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 05:31:40 +00:00
Claude
da2cbd87a2
fix(ci): use single-quoted PHP to avoid shell escaping issues
Some checks failed
CI / PHP 8.3 (push) Failing after 45s
CI / PHP 8.4 (push) Failing after 45s
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:21 +00:00
Claude
3752fe7cb0
fix(ci): correct bash escaping in dependency checkout step
Some checks failed
CI / PHP 8.3 (push) Failing after 44s
CI / PHP 8.4 (push) Failing after 49s
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:12 +00:00
Claude
bd16f7bd54
ci: inline workflow to bypass reusable workflow cache
Some checks failed
CI / PHP 8.3 (push) Failing after 44s
CI / PHP 8.4 (push) Failing after 45s
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:44 +00:00
Claude
4c720b4d27
ci: use reusable PHP test workflow from core/php
Some checks failed
CI / tests (push) Failing after 1m14s
Co-Authored-By: Charon <charon@lethean.io>
2026-02-23 01:22:05 +00:00