IBX-11778,IBX-12358: Merged branch '5.0' into 6.0 - #2086
Merged
Merged
Conversation
# Conflicts: # composer.json
For more details see https://ibexa.atlassian.net/browse/IBX-11778 and #2063 Key changes: * Renamed the CI workflow to `Backend CI` and kept its `workflow_dispatch` inputs and notify-slack job * Updated third-party GitHub Actions (`actions/checkout`, `actions/setup-node`, `slackapi/slack-github-action` to v4.0.0) and standardized runners to `ubuntu-26.04` * Passed the PHP version explicitly to the shared `composer-install` action * Dropped non-existent `main`/`master` branches from push triggers in `backend-ci`, `frontend-ci` and `browser-tests` workflows * Removed the deprecated `pr-assign.yaml` workflow * Guarded the code style check step with `set -euo pipefail` so `check-cs` failures are no longer masked by `cs2pr` --------- Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Replaced the inline rector job in backend-ci.yaml with a dedicated rector.yaml calling ibexa/gh-workflows' reusable Rector workflow, matching the org standard and ibexa/core. The inline job was also broken: it ran setup-php with the matrix PHP version, then did a second checkout that reset the workspace, and never passed php-version to composer-install. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
# Conflicts: # .github/workflows/backend-ci.yaml # .github/workflows/frontend-ci.yaml
alongosz
force-pushed
the
merge/5.0-to-6.0
branch
from
September 13, 2026 13:20
2b9ca0c to
a7138f5
Compare
The Deptrac and Frontend build jobs are 6.0-only, so the 4.6 workflow sweep never reached them and both called composer-install without a php-version. Deptrac has a `php` matrix, so its fallback already resolved to 8.4 and this only makes it explicit. The Frontend build job has no matrix at all, so setup-php was installing its default latest stable PHP - pinned to 8.4 to match the rest of the branch. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
alongosz
marked this pull request as ready for review
September 13, 2026 14:21
|
alongosz
approved these changes
Sep 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Caution
This is a merge pull request
Related PRs: