Skip to content

Releases: doctrine/.github

actions/checkout v6

24 Nov 19:18
13.1.0
4690ceb

Choose a tag to compare

What's Changed

Full Changelog: 13.0.0...13.1.0

PHP 8.5

23 Nov 18:46
13.0.0
5f43313

Choose a tag to compare

What's Changed

Full Changelog: v12.2.0...13.0.0

Sync documentation workflow PHP version with website

30 Oct 07:32
v12.2.0
3ac9f73

Choose a tag to compare

What's Changed

Full Changelog: 12.1.0...v12.2.0

12.1.0

22 Oct 12:23
971d725

Choose a tag to compare

What's Changed

  • Add phpunit-options-lowest to add option to the phpunit command on matrix.dependencies = lowest by @GromNaN in #72

New Contributors

Full Changelog: 12.0.0...12.1.0

Require docs/composer.json

13 Oct 16:23
12.0.0
bc894fb

Choose a tag to compare

You now need a composer.json inside docs if you want to use the documentation workflow.

Fix version checking

13 Oct 11:17
11.0.0
1ed2223

Choose a tag to compare

11.0.0

11.0.0

Check PHP Config

11 Oct 19:43
10.1.0
698b5c0

Choose a tag to compare

Changed

The PHPUnit jobs now check the PHP config.

Use development config file for PHP

10 Oct 18:46
10.0.0
0b40ed3

Choose a tag to compare

Changed

setup-php is now configured to use the development ini file of PHP

Use docs builder for `documentation.yml`

09 Oct 12:30
cf7c368

Choose a tag to compare

Changes the documentation workflow by using the unified docs-builder.

To upgrade

  • Ensure docs reside in docs/en
  • Ensure docs/composer.json exists

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.