-
-
Notifications
You must be signed in to change notification settings - Fork 825
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
dev/core#3172 Update phpleague/csv from 9.2 to 9.6 (supports php 8) #23180
Conversation
(Standard links)
|
From a quick @eileenmcnaughton @colemanw Does |
@totten I think the tests provide enough - it's not got any breaking changes - however, I'm hoping to convert import to use it so will be messing around in related code |
@totten there is a test that would cover this, but I can't get it working - something to do with phpunit processes. I would really love your help getting it to run: civicrm-core/ext/search_kit/tests/phpunit/api/v4/SearchDisplay/SearchDownloadTest.php Lines 88 to 93 in 8fd58f5
|
Oh, I see the test doesn't actually run then. 🙃 I'll take a look. In the mean-time, I don't want this to be blocked on that - so if anyone's done some r-run, then go ahead and merge. |
@totten BAO/ExportTest tests do r-run |
I just did an |
@colemanw OK, so regarding that test-case for Problem statementThe root+biggest problem is that It seems like There is a secondary problem as well - the test is tagged with Brainstorm
I may take a stab tonight at converting to |
Overview
Update phpleague/csv to php8-compatible version https://github.com/thephpleague/csv
https://lab.civicrm.org/dev/core/-/issues/3172
Before
phpleague/csv = 9.2
After
phpleague/csv = 9.6
Technical Details
Minimum php version is 7.2.5 - which is a VERY old variant of 7.2
Comments