-
Notifications
You must be signed in to change notification settings - Fork 52
v5 #227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 4.x
Are you sure you want to change the base?
v5 #227
Conversation
|
amqp is not yet available for PHP 8.5, we need to keep an eye there |
|
@brusch now should be okay so take a look - if it looks good I would create a 5.x from 4.x and merge it there |
| fi | ||
| docker run --rm pimcore-image composer create-project pimcore/skeleton:2025.x-dev pimcore --no-scripts | ||
| docker run --rm pimcore-image composer create-project pimcore/skeleton:2025.x-dev pimcore --no-scripts --ignore-platform-reqs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be specific to 8.5.
| - { tag: 'v4.0', php: '8.4', distro: bookworm, version-override: "", latest-tag: true } | ||
| - { tag: '4.x', php: '8.4', distro: bookworm, version-override: "v4-dev", latest-tag: false } | ||
|
|
||
| - { tag: '5.x', php: '8.5', distro: trixie, version-override: "", latest-tag: false, composer-options: "--ignore-platform-reqs" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be imho just for the test workflow below not for the entire image 🤔
PHP 8.5
Debian Trixie
Pimcore v2026.x