Skip to content
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

chore(deps): update php docker tag to v8.3 #235

Merged
merged 2 commits into from
Dec 1, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 27, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change
php stage minor 8.2-fpm-bullseye -> 8.3-fpm-bullseye

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link
Contributor Author

renovate bot commented Nov 30, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@ucan-lab
Copy link
Owner

ucan-lab commented Nov 30, 2023

https://github.com/ucan-lab/docker-laravel/actions/runs/7011665509/job/19177420197

#30 [app development-xdebug 1/2] RUN pecl install xdebug &&   docker-php-ext-enable xdebug
#30 1.062 pecl/xdebug requires PHP (version >= 8.0.0, version <= 8.2.99), installed version is 8.3.0
#30 1.062 No valid packages found
#30 1.062 install failed
#30 ERROR: process "/bin/sh -c pecl install xdebug &&   docker-php-ext-enable xdebug" did not complete successfully: exit code: 1
------
failed to solve: process "/bin/sh -c pecl install xdebug &&   docker-php-ext-enable xdebug" did not complete successfully: exit code: 1
 > [app development-xdebug 1/2] RUN pecl install xdebug &&   docker-php-ext-enable xdebug:
1.062 pecl/xdebug requires PHP (version >= 8.0.0, version <= 8.2.99), installed version is 8.3.0
1.062 No valid packages found
1.062 install failed
------
Error: Process completed with exit code 17.

An error is occurring during Docker build because xdebug does not support php8.3.
It is planned that xdebug3.3.0 will be compatible with php8.3.

https://xdebug.org/docs/compat

The alpha version of xdebug3.3.0 is publicly available.
The merge will have to wait for a while until the official version is released.

https://github.com/xdebug/xdebug/tags

@ucan-lab
Copy link
Owner

ucan-lab commented Dec 1, 2023

@ucan-lab ucan-lab removed the pending label Dec 1, 2023
@ucan-lab ucan-lab merged commit 060f6c9 into main Dec 1, 2023
3 checks passed
@ucan-lab ucan-lab deleted the renovate/php-8.x branch December 1, 2023 01:23
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