Skip to content

Releases: doctrine/.github

PHPCS 4 required

02 Oct 13:58
8.0.0
9cfa15f

Choose a tag to compare

Changed

The -q option has been dropped from phpcs invocations. A consequence is that you have to upgrade to PHPCS 4 to keep using the coding-standard workflow.

Report all CS errors

05 Jun 06:59
7.3.0
7949b7d

Choose a tag to compare

Changed

For the coding standard job, on top of the existing formats, emacs format is now used as well, because it also reports unfixable errors.

Upgrade phpdocumentor

08 Mar 14:29
aaaf5b2

Choose a tag to compare

What's Changed

Full Changelog: 7.2.1...7.2.2

Pinned phpdocumentor

03 Feb 19:58
7.2.1
d79f199

Choose a tag to compare

Changed

Instead of using a version constraint for phpDocumentor/*, we now use a version, to avoid surprises.

Locked deps

30 Jan 21:28
7.2.0
9061a3b

Choose a tag to compare

Added

A new composer-dependency-versions option has been added to allow configuring ramsey/composer-install's dependency-versions option.

Website schema validation workflow

10 Dec 22:09
7.1.0
297a674

Choose a tag to compare

Added

We now have a new workflow that allows to validate modification of .doctrine-project.json files.

Drop Psalm

10 Dec 19:37
7.0.0
43ddb9b

Choose a tag to compare

Removed

The Psalm workflow has been removed. We are now only relying on PHPStan.

PHP 8.4 by default

29 Nov 18:41
6.0.0
1d4be83

Choose a tag to compare

Changed

  • jobs now run by default on PHP 8.4

Codecov action update

18 Nov 21:54
5.3.0
f3b0de6

Choose a tag to compare

Changed

  • The codecov action has been updated to v5.

Deprecated Psalm job

09 Oct 07:49
5.2.0
a233747

Choose a tag to compare

Deprecated

The static analysis workflow is deprecated in favor of a new workflow that only runs PHPStan. Projects should:

  1. Migrate from psalm- prefixed annotations to phpstan- prefixed annotations, or to unprefixed annotations if they do not confuse PHPStorm.
  2. Install https://github.com/phpstan/phpstan-deprecation-rules
  3. Remove Psalm
  4. Migrate from static-analysis.yml to phpstan.yml
  5. Raise PHPStan minimum level to 7