Skip to content

Strengthen develop CI workflow coverage - #1

Merged
amasiye merged 2 commits into
mainfrom
develop
Aug 29, 2026
Merged

Strengthen develop CI workflow coverage#1
amasiye merged 2 commits into
mainfrom
develop

Conversation

@amasiye

@amasiye amasiye commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

Summary

  • run CI and private-runtime validation for both develop and main
  • add concurrency, timeouts, Composer caching, and PHAR artifact retention
  • configure weekly Composer and GitHub Actions dependency updates against develop

Flow

This promotes the integration branch into main following the same develop-to-main flow used by dorialang/doria.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Aug 29, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-08-29T05:15:00.745093Z 1908ec0 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1908ec0e5b

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/ci.yml
- name: Cache Composer downloads
uses: actions/cache@v4
with:
path: ~/.composer/cache/files

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Cache Composer's actual download directory

With Composer 2 on the hosted runners, composer config cache-files-dir --absolute resolves to platform-specific locations such as ~/.cache/composer/files on Linux, not ~/.composer/cache/files. Consequently, this path remains absent and actions/cache saves nothing, so every CI matrix job continues downloading all dependencies. Resolve the directory from Composer in a preceding step and cache that output instead.

Useful? React with 👍 / 👎.

@amasiye
amasiye merged commit 291a754 into main Aug 29, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant