Skip to content

Conversation

@renovate
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.

@renovate
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

Released xdebug 3.3.0.

https://github.com/xdebug/xdebug/releases/tag/3.3.0

@ucan-lab ucan-lab removed the pending label Dec 1, 2023
@ucan-lab ucan-lab merged commit 060f6c9 into main Dec 1, 2023
@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.

2 participants