consolidation / output-formatters

Apply transformations to structured data to write output in different formats.
Other
192 stars 13 forks source link

Support Symfony 7 #110

Closed weitzman closed 5 months ago

weitzman commented 5 months ago

Drupal now uses Symfony 7 https://www.drupal.org/project/drupal/issues/3432860

fjgarlin commented 5 months ago

I saw what you did in this PR @weitzman and tried to replicate it here https://github.com/consolidation/output-formatters/pull/111 to see if I could fix those errors. They are all green now, but I don't understand how this tests Symfony 7 if we are committing the composer.lock file.

weitzman commented 5 months ago

Thanks. See the 'highest' matrix runs in this PR. The step is called 'install highest'. It ignores the lockfile.

Closing in favor of your PR.

fjgarlin commented 5 months ago

Oh great! Thanks for the explanation.