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.
Greetings 👋 ,
I'm running PHP 8 and MySQL 8 on my machine and noticed one failing test (
ForgeTest::testAddFields()
, it seems that themax_length
cannot be retrieved forBIGINT
fields).CodeIgniter4/tests/system/Database/Live/ForgeTest.php
Lines 617 to 623 in 6da0e5b
Here's the failing test on my fork: https://github.com/jeromegamez/CodeIgniter4/runs/2643301715?check_suite_focus=true
In order to be able to show the error, I started by adding it to the test matrix (but am not sure how to change the workflow name to reflect it, since all matrix combinations start all types of databases).
The addedmysql8
branch in the triggers is only so that I could run the action, this would of course be removed before merging, if you wish to proceed, that is 😅I don't know CodeIgniter at all and am only using this repo, so, if you have an idea why this test might fail, I'm all ears👂, otherwise, I will try to dive deeper into it in the hopes to find a good explanation or even a fix 😅