Skip to content

Nexus Tachycardia v2.2.0

Choose a tag to compare

@paulbalandan paulbalandan released this 28 Jan 14:49
· 36 commits to 2.x since this release
v2.2.0
adc24e1

Major new features 馃帀

  • Added two new renderers for the CI
    • Gitlab
    • Teamcity
    • To use these, set the ci-format parameter in phpunit.xml.dist file
  • Tested to run on PHPUnit 11.0
  • Slow tests are collected for all runs (passed, failed, etc.)
  • PHPT tests are also profiled

Added

  • Bump version constraints of dependencies
  • Run on PHP 8.3 for tests
  • Extract CreatesMessage trait
  • Add gitlab and teamcity renderers
  • Test on PHPUnit 11.0.x-dev
  • Bump actions/cache from 3 to 4 (#14)

Changed

  • Use github.ref_name for name
  • Increase coverage
  • Extract SlowTestIdentifier
  • Rename subscribers to align with PHPUnit
  • Collect all slow tests from all tests
  • Include PHPT in slow test profiling
  • Remove unneeded conditional returns

Full Changelog: v2.1.0...v2.2.0