Skip to content

Releases: doctrine/.github

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.

5.0.0

03 May 17:28
5.0.0
03e9941
Compare
Choose a tag to compare

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 a CODECOV_TOKEN secret to your workflows.

PHP 8.3 by default

29 Nov 08:39
4.0.0
8255e2f
Compare
Choose a tag to compare

Changed

  • jobs now run by default on PHP 8.3

Checkout v4

12 Sep 13:53
3.1.0
872bb4d
Compare
Choose a tag to compare
3.1.0

3.1.0