catalyst / moodle-tool_dataflows

A generic workflow and processing engine which can be configured to do a large variety of tasks.
GNU General Public License v3.0
11 stars 6 forks source link

[#851] Update composer libs #852

Closed matthewhilton closed 6 months ago

matthewhilton commented 7 months ago

Closes #851

The issue seemed to be the old version of symfony was spamming a ton of debug output messages, and then eventually got stuck in what seemed an infinite loop.

Changes:

matthewhilton commented 6 months ago

Good point - looks like my composer is on an older version as well. I just updated my composer to 2.6.6 and ran the composer update command which updated a few packages. Will wait and see if the CI passes now or if it still gets stuck

Edit: Looks like that didn't work either - so reverted back to previous, + cherry picked your commit, Kevin. Also had to re-add 4.2 as supported version so the CI runs for it.