Releases: doctrine/.github
Releases · doctrine/.github
actions/checkout v6
What's Changed
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #77
Full Changelog: 13.0.0...13.1.0
PHP 8.5
Sync documentation workflow PHP version with website
What's Changed
- Bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #74
- Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #73
- Set php version to the same as website by @SenseException in #75
Full Changelog: 12.1.0...v12.2.0
12.1.0
Require docs/composer.json
You now need a composer.json inside docs if you want to use the documentation workflow.
Fix version checking
11.0.0 11.0.0
Check PHP Config
Changed
The PHPUnit jobs now check the PHP config.
Use development config file for PHP
Changed
setup-php is now configured to use the development ini file of PHP
Use docs builder for `documentation.yml`
Changes the documentation workflow by using the unified docs-builder.
To upgrade
- Ensure docs reside in
docs/en - Ensure
docs/composer.jsonexists
PHPCS 4 required
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.