Fifth Minor Release of 4.x
Improvements
-
- make
Enum::__clone
to befinal protected
instead offinal private
(we don't consider this a BC break) - thanks @shmurakami - Restrict required PHP version to be ^7.1 or ^8.0
- Tests & Benchmark: Removed assertion polyfill code in bootstrap
- Tests: removed usage of
assert_options
- make
-
#149 Migrate from Travis CI + Scurinizer to Github Workflow + Codecov
- This simplifies test runs on specific PHP versions using official docker images including PHP-8
Bugfixes
None
BC-breaks
None