Releases: doctrine/.github
Releases · doctrine/.github
Codecov action update
Deprecated Psalm job
Deprecated
The static analysis workflow is deprecated in favor of a new workflow that only runs PHPStan. Projects should:
- Migrate from
psalm-
prefixed annotations tophpstan-
prefixed annotations, or to unprefixed annotations if they do not confuse PHPStorm. - Install https://github.com/phpstan/phpstan-deprecation-rules
- Remove Psalm
- Migrate from
static-analysis.yml
tophpstan.yml
- Raise PHPStan minimum level to 7
5.1.0
5.0.1
5.0.0
Changed
- Bumped all workflows to their latest versions. Among other things, this means
codecov/codecov-action
is bumped to v4, which in turn means you will have to provide aCODECOV_TOKEN
secret to your workflows.
PHP 8.3 by default
Changed
- jobs now run by default on PHP 8.3
Checkout v4
3.1.0 3.1.0
PHP 8.2, ubuntu 22.04
Changed
- jobs now run by default on PHP 8.2
- jobs now run on ubuntu 22.04
Dependency upgrade
All the actions we are relying on have been upgraded to their latest major version.