Skip to content

Releases: doctrine/.github

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

PHP 8.2, ubuntu 22.04

10 Dec 22:38
3.0.0
70ffd93
Compare
Choose a tag to compare

Changed

  • jobs now run by default on PHP 8.2
  • jobs now run on ubuntu 22.04

Dependency upgrade

04 Oct 18:53
cf37eff
Compare
Choose a tag to compare

All the actions we are relying on have been upgraded to their latest major version.

2.0.0

11 Aug 15:16
eefa7e1
Compare
Choose a tag to compare

PHP 8.1 as default

All workflows are running on PHP 8.1 by default now. The "Continuous Integration" workflow runs on PHP 7.2 – 8.1 by default. Of course, you can still override this setting if you like.

1.5.0

22 Jun 12:28
1.5.0
87f8373
Compare
Choose a tag to compare

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.