Commit graph

12 commits

Author SHA1 Message Date
Snider
58d0167e9c fix(ci): install zip in release workflow
Forgejo Composer API requires zip format.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 17:43:59 +00:00
Snider
346504e4fd fix(ci): simplify release workflow, use FORGEJO_REF_NAME
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 17:36:25 +00:00
Snider
03ffec1221 fix(ci): use Forgejo-native variables in release workflow
Replace github.server_url/GITHUB_REF_NAME with explicit forge URL
and GITEA_REF_NAME/GITEA_OUTPUT.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 17:13:19 +00:00
Snider
7b6a6539f1 feat: add Forgejo release workflow for Composer registry
On tag push (v*), zips the package and publishes to the
forge.lthn.ai Composer package registry.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 17:00:19 +00:00
7acf59c320 fix(ci): correct container image expression 2026-02-23 13:47:09 +00:00
686deac9b0 feat(ci): use lthn/build:php container image
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:48 +00:00
Claude
17eae413ec ci: add composer config for path repositories (v5) 2026-02-23 05:45:51 +00:00
Claude
7e962540be
fix(ci): hard-code sister package clone instead of PHP parsing
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:44 +00:00
Claude
4a048c184e
fix(ci): use single-quoted PHP to avoid shell escaping issues
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:26 +00:00
Claude
0d1d4efa94
fix(ci): correct bash escaping in dependency checkout step
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:17 +00:00
Claude
457fecf096
ci: inline workflow to bypass reusable workflow cache
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:48 +00:00
Claude
f75d69444e
ci: use reusable PHP test workflow from core/php
Co-Authored-By: Charon <charon@lethean.io>
2026-02-23 01:22:19 +00:00