Commit graph

10 commits

Author SHA1 Message Date
2d35de7b12 fix(ci): correct container image expression
Some checks failed
CI / PHP 8.3 (push) Failing after 1s
CI / PHP 8.4 (push) Failing after 1s
2026-02-23 13:47:13 +00:00
7286f18fda feat(ci): use lthn/build:php container image
Some checks are pending
CI / PHP 8.3 (push) Waiting to run
CI / PHP 8.4 (push) Waiting to run
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:52 +00:00
Claude
4b3ea4ee2c ci: allow pest composer plugin
Some checks failed
CI / PHP 8.3 (push) Failing after 1m17s
CI / PHP 8.4 (push) Failing after 1m23s
2026-02-23 06:44:26 +00:00
Claude
2c0c5f2e32 ci: clone all 4 sister packages and remove broken VCS repo
Some checks failed
CI / PHP 8.3 (push) Failing after 48s
CI / PHP 8.4 (push) Failing after 47s
2026-02-23 06:19:33 +00:00
Claude
c6f68cf62d 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:56 +00:00
Claude
9e08add1ad
fix(ci): hard-code sister package clone instead of PHP parsing
Some checks failed
CI / PHP 8.3 (push) Failing after 45s
CI / PHP 8.4 (push) Failing after 45s
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:49 +00:00
Claude
5a73e8b431
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:30 +00:00
Claude
0b96e99d9e
fix(ci): correct bash escaping in dependency checkout step
Some checks failed
CI / PHP 8.4 (push) Waiting to run
CI / PHP 8.3 (push) Has been cancelled
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:21 +00:00
Claude
659ab6fa86
ci: inline workflow to bypass reusable workflow cache
Some checks are pending
CI / PHP 8.3 (push) Waiting to run
CI / PHP 8.4 (push) Waiting to run
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:53 +00:00
Claude
66530dabfd
ci: use reusable PHP test workflow from core/php
Some checks failed
CI / tests (push) Failing after 1m29s
Co-Authored-By: Charon <charon@lethean.io>
2026-02-23 01:22:21 +00:00