[TASK] Migrate CI to shared reusable workflows#1196
Open
CybotTM wants to merge 1 commit intoTYPO3-Documentation:mainfrom
Open
[TASK] Migrate CI to shared reusable workflows#1196CybotTM wants to merge 1 commit intoTYPO3-Documentation:mainfrom
CybotTM wants to merge 1 commit intoTYPO3-Documentation:mainfrom
Conversation
Contributor
|
(Please note this is a POC we should not merge as-is, because we'd first have to import the referenced repo into our own maintenance scope. Thanks a lot, this is very helpful for discussion!) |
7e76e0f to
6b23dd1
Compare
Contributor
Author
|
Updated for merged TYPO3-Documentation/t3docs-ci-deploy#56 |
6b23dd1 to
bd8b2b7
Compare
be291d8 to
3b58dd7
Compare
3b58dd7 to
5ce2d1c
Compare
CybotTM
added a commit
to CybotTM/render-guides
that referenced
this pull request
Mar 17, 2026
Updates and SHA-pins all GitHub Actions in non-CI workflow files (Docker, deploy, split-repositories, Dependabot auto-merge/approve). main.yaml is excluded — it will be migrated to shared reusable workflows via TYPO3-Documentation#1196.
5ce2d1c to
3280a93
Compare
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.
Summary
Migrates all CI jobs in
main.yamlto shared reusable workflows fromTYPO3-Documentation/.github.
Changes
reusable-php-tests.ymlreusable-php-quality.ymlreusable-php-command.ymlreusable-php-command.ymlreusable-php-command.ymlreusable-php-command.ymlNote: PHP 8.1 is intentionally dropped from the test matrix. The minimum
supported PHP version is being raised to 8.2 (see also #1183).
Benefits
.githubworkflows are automatically trustedDependencies and merge order
reusable-php-command.yml)Related
SHA-pinning of actions in other workflow files is handled separately in #1184.