diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index f09ed0fe2..107aa2530 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -81,6 +81,8 @@ jobs: echo "::set-env name=SYMFONY_PHPUNIT_VERSION::6.5"; elif [ "${{ matrix.php-version }}" = "7.1" ]; then echo "::set-env name=SYMFONY_PHPUNIT_VERSION::7.5"; + elif [ "${{ matrix.php-version }}" = "8.0" ]; then + echo "::set-env name=SYMFONY_PHPUNIT_VERSION::9.2"; else echo "::set-env name=SYMFONY_PHPUNIT_VERSION::8.3"; fi diff --git a/CHANGELOG.md b/CHANGELOG.md index 27040388a..1ce4da235 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,13 @@ * Fixed suggest output being very spammy, it now is only one line long and shows more rarely * Fixed conflict rules like e.g. >=5 from matching dev-master, as it is not normalized to 9999999-dev internally anymore +### [1.10.9] 2020-07-16 + + * Fixed Bitbucket redirect loop when credentials are outdated + * Fixed GitLab auth prompt wording + * Fixed `self-update` handling of files requiring admin permissions to write to on Windows (it now does a UAC prompt) + * Fixed parsing issues in funding.yml files + ### [1.10.8] 2020-06-24 * Fixed compatibility issue with git being configured to show signatures by default @@ -916,6 +923,7 @@ [2.0.0-alpha2]: https://github.com/composer/composer/compare/2.0.0-alpha1...2.0.0-alpha2 [2.0.0-alpha1]: https://github.com/composer/composer/compare/1.10.7...2.0.0-alpha1 +[1.10.9]: https://github.com/composer/composer/compare/1.10.8...1.10.9 [1.10.8]: https://github.com/composer/composer/compare/1.10.7...1.10.8 [1.10.7]: https://github.com/composer/composer/compare/1.10.6...1.10.7 [1.10.6]: https://github.com/composer/composer/compare/1.10.5...1.10.6