Skip to content

chore(release): prepare PHP API v0.9.0 - #10

Merged
amasiye merged 4 commits into
mainfrom
develop
Aug 6, 2026
Merged

chore(release): prepare PHP API v0.9.0#10
amasiye merged 4 commits into
mainfrom
develop

Conversation

@amasiye

@amasiye amasiye commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add PHP API CI for PHP 8.5, Composer metadata, strict PSR-4, and PHPUnit
  • synchronize released engine versions to the public examples repository
  • preserve the merged v0.9.0 particle scripting API

Validation

  • 196 PHPUnit tests passed with 991 assertions
  • Composer validation and strict PSR-4 autoload checks passed
  • VERSION is 0.9.0

@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: 0d1d970e1d

ℹ️ 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
Comment on lines +52 to +55
VERSION_VALUE=$(tr -d '\r\n' < VERSION)
if [[ "${GITHUB_REF_NAME#v}" != "$VERSION_VALUE" ]]; then
echo "Tag '$GITHUB_REF_NAME' does not match VERSION '$VERSION_VALUE'." >&2
exit 1

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 Skip metadata checks for non-release tags

When any non-semver tag such as nightly is pushed, this equality check fails because the workflow subscribes to every tag, while .github/workflows/verify-release-version.yml lines 32–37 explicitly classifies such tags as non-release tags and skips validation. This makes the new PHP API CI report a failure for tag types the existing release workflow permits; either apply the same semver guard here or narrow the tag trigger to release tags.

Useful? React with 👍 / 👎.

@amasiye
amasiye merged commit 078a825 into main Aug 6, 2026
2 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