Releases: doctrine/.github
Releases · doctrine/.github
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.ymltophpstan.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-actionis bumped to v4, which in turn means you will have to provide aCODECOV_TOKENsecret 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.
2.0.0
1.5.0
New "Composer Lint" workflow
A new workflow has been added, allowing to check if composer.json is normalized according to https://github.com/ergebnis/composer-normalize.