Commit graph

7 commits

Author SHA1 Message Date
Claude
004fee2100 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:55 +00:00
Claude
9e142f79af
fix(ci): hard-code sister package clone instead of PHP parsing
Some checks failed
CI / PHP 8.3 (push) Failing after 57s
CI / PHP 8.4 (push) Failing after 56s
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:47 +00:00
Claude
52b4ee42d2
fix(ci): use single-quoted PHP to avoid shell escaping issues
Some checks are pending
CI / PHP 8.3 (push) Waiting to run
CI / PHP 8.4 (push) Waiting to run
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:29 +00:00
Claude
478e0b8009
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:20 +00:00
Claude
5fc54516bf
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:52 +00:00
Claude
1226ec0db0
ci: use reusable PHP test workflow from core/php
Some checks failed
CI / tests (push) Failing after 1m1s
Replaces inline workflow with shared workflow call.

Co-Authored-By: Charon <charon@lethean.io>
2026-02-23 01:20:49 +00:00
Claude
33829927e1
ci: add Forgejo Actions workflow for PHP tests
Some checks failed
CI / PHP 8.4 (push) Failing after 1m6s
CI / PHP 8.3 (push) Failing after 1m8s
The .github/workflows/ci.yml has a visibility guard that evaluates
to false on Forgejo, causing all jobs to fail in 1 second.

Co-Authored-By: Charon <charon@lethean.io>
2026-02-23 01:17:22 +00:00