Skip to content

Drop support for PHP 8.0

Latest
Compare
Choose a tag to compare
@hugo-goncalves-kununu hugo-goncalves-kununu released this 11 Apr 12:02
87b8f2e

Changes

Backward Compatibility Breaks

  • Drop support for PHP 8.0 - PHP 8.1 is now the minimum version.

Bugfixes

Added

Improvements

  • Upgraded PHPUnit to version 10.5
  • Refactor some code to take advantage of PHP 8.1 features (read-only properties)
  • Fix tests that used deprecated/removed features on PHPUnit 10.5
  • Refactor tests to be more PHPUnit 10.5 compliant (e.g. using attributes for data providers, make all data providers static, etc.)
  • Updated versions of continuous integration components

Deprecated