mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-19 01:50:34 +00:00
4b7aa20b24
* WIP Run phpcs, php-cs-fixer, phpstan, coverage, versions as Php8.1 They all run under Php7.4 in Github. 7.4 is EOL. We still have to run unit tests in 7.4, but I think it's time to move the tools. Note that we cannot currently run Phpstan in 8.2 because of https://github.com/phpstan/phpstan/issues/8629. * Update main.yml Try running coverage as 8.0 rather than 8.1. * Update main.yml Revert Coverage to Php 7.4. * Composer Cache Directory Command set-output is deprecated. Upgrading to using Environment files as suggested by Github messages. * Coverage and Php8 Try to follow advice in https://github.com/scrutinizer-ci/ocular/issues/54 * Keep Trying See https://github.com/phpowermove/docblock/pull/12/files