GOCDB / gocdb

Grid Operations Configuration Management Database. A Repository, Portal and REST style API for managing Grid and Cloud topology objects including; projects, administrative domains, sites, services, service-endpoints, service-groups, downtimes, users, roles and business rules.
Apache License 2.0
12 stars 27 forks source link

Drop PHP 5.X support #494

Closed gregcorbett closed 3 weeks ago

gregcorbett commented 11 months ago

~Rebase after #509 is merged.~

This PR removes composer-5.4.{json, lock} to composer.{json.lock} and drops PHP 5.x from the CI tests.

gregcorbett commented 3 weeks ago

Why are are the other 7.xs dropped (no mention in the commit)?

Fair point, for completeness - it's because 7.4 is the version of PHP 7 readily install-able on Rocky8 (see somewhat obscure reference in e2042aa7aa15bc0501ca2ccf2ad8717ea599a637)

Are there no later versions you want to test against? (Or does it just not work with any of the 8.x series?)

8.X requires a later release of version 2.X of the Doctrine ORM before the tests will even run (279606c1ea84c3b6153f41ffccb8b592ce648891)