Skip to content

Releases: doctrine/.github

Upgrade phpdocumentor

08 Mar 14:29
aaaf5b2
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

5.1.0

29 Sep 07:20
5.1.0
d29f373
Compare
Choose a tag to compare

Documentation action

We now have a new documentation action relying on phpDocumentor/guides. It allows validating rst docs.

5.0.1

03 May 20:32
5.0.1
5fd9247
Compare
Choose a tag to compare

Fixed

  • continuous integration workflows were invalid, needed to define CODECOV_TOKEN secret.