Uh oh!
There was an error while loading. Please reload this page.
chore: add PHP 8.4 to test-phpunit.yml - #9133
Closed
kenjis wants to merge 4 commits into
Closed
Conversation
kenjis
commented
Aug 21, 2024
MemberAuthor
Psalm does not work at the moment. https://github.com/codeigniter4/CodeIgniter4/actions/runs/10481362060/job/29030725682?pr=9133 |
kenjisforce-pushed
the
add-php84-GA-phpunit
branch
from
August 21, 2024 01:13
9acf973 to
c018b02CompareError: Your requirements could not be resolved to an installable set of packages. Problem 1 - vimeo/psalm[5.0.0, ..., 5.13.1] require php ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 -> your php version (8.4.0-dev) does not satisfy that requirement. - vimeo/psalm[5.14.0, ..., 5.25.0] require php ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.0-dev) does not satisfy that requirement. - Root composer.json requires vimeo/psalm ^5.0 -> satisfiable by vimeo/psalm[5.0.0, ..., 5.25.0]. Script @composer update --working-dir=utils handling the post-autoload-dump event returned with error code 2 Error: Process completed with exit code 2.
kenjis
commented
Aug 21, 2024
MemberAuthor
paulbalandan
commented
Aug 21, 2024
Member
You should add |
5 tasks
kenjis
marked this pull request as draft
August 21, 2024 23:20
kenjis
commented
Aug 26, 2024
MemberAuthor
We do not support PHP 8.4 in v4.5.x. |
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 freeto 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.

Description
See #9116
--ignore-platform-req=phptemporarily to@composer update --working-dir=utilsChecklist: