mongodb / mongo-php-driver

The Official MongoDB PHP driver
https://pecl.php.net/package/mongodb
Apache License 2.0
886 stars 201 forks source link

Reduce amount of evergreen config includes #1612

Closed alcaeus closed 2 months ago

alcaeus commented 2 months ago

As per a recent change, we can no longer include more than 35 files in an evergreen config. To work around this, the config generation script now outputs a single file for each template, containing all of the versions instead of separate files for each version.