Releases: doctrine/.github
Releases · doctrine/.github
Locked deps
Website schema validation workflow
Added
We now have a new workflow that allows to validate modification of .doctrine-project.json
files.
Drop Psalm
Removed
The Psalm workflow has been removed. We are now only relying on PHPStan.
PHP 8.4 by default
Changed
- jobs now run by default on PHP 8.4
Codecov action update
Changed
- The codecov action has been updated to v5.
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