mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-17 14:31:38 +00:00
f131ca30e6
This is according to our formal, published, policy to only support EOL PHP after 6 months. See https://phpspreadsheet.readthedocs.io/en/latest/#php-version-support Also share the exact same dev deps across all PHP version for GitHub Actions so runs are faster, much most importantly they are stable and predictable. And we decide manually when we want to migrate to PHPUnit 10. Fixes #3634 Closes #3710