Problem/Motivation
The Entity module is a dependency for lots of other stuff. It has a new release 1.10 which adds a bunch of PHP 8.1 compatibility updates.
Steps to reproduce
N/A
Proposed resolution
Update to Entity version 1.10
Remaining tasks
Patch core makefile and run tests
User interface changes
N/A
API changes
N/A
Data model changes
N/A
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | panopoly_core-update-entity-3253422-2.patch | 398 bytes | cboyden |
Comments
Comment #2
cboyden commentedPatch is attached.
Comment #3
cboyden commentedTests are running at https://gitlab.com/cboyden/panopoly/-/pipelines/425688965/builds. I added a job for PHP 8.0 just to see what we get.
Comment #4
cboyden commentedPHP 8.0 test failed, but all the others passed. I backed out the 8.0 test and the results are all passing at https://gitlab.com/cboyden/panopoly/-/pipelines/426318147.
Comment #5
cboyden commentedSee combined MR on Gitlab: https://gitlab.com/panopoly/panopoly/-/merge_requests/17.
Comment #7
dsnopekCommitted, thanks!