Skip to content

Release v2.0.17

Choose a tag to compare

@github-actions github-actions released this 15 Apr 11:43

v2.0.17

Fixed Composer test script: use phpunit --colors=always (was misinterpreted as test file path in CI).

See docs/CHANGELOG.md.

Changelog

Fixed

  • Composer – The test script invoked PHPUnit with color=always, which PHPUnit treats as a test file path and fails (e.g. in CI). It now uses --colors=always, matching test-coverage.

Commits

  • Release v2.0.17: document Composer test script fix (18eb826)
  • Update composer.lock and docker-compose.yml for Symfony polyfills and DNS configuration (5ea7fcb)
  • Merge branch 'main' of github.com:nowo-tech/PerformanceBundle into main (be87fe8)
  • Update test command in composer.json for improved output readability (b9a717b)
  • Apply PHP CS Fixer fixes [skip ci] (180d68f)
  • Update dependencies and enhance Symfony compatibility (ed546e9)