Paraunit 1.2.1: allow jean85/pretty-package-versions v2
This small patch is just to allow a dependency bump for end users. Here’s the full changelog of the release: Added Allow jean85/pretty-package-versions v2 90f84b5
This small patch is just to allow a dependency bump for end users. Here’s the full changelog of the release: Added Allow jean85/pretty-package-versions v2 90f84b5
This release contains only support for newer versions of PHP & PHPUnit; due to PHPUnit 9.3 requiring a new major version of phpunit/php-code-coverage, I’m forced to drop support to all PHPUnit versions below 9.3. Usage of Paraunit is unchanged. Here’s the full changelog of the release: Added Add support for PHP 8.0 #154 Add support for PHPUnit 9.3 #153 Removed Drop support for PHPUnit < 9.3 #153
This small path adds detection for deadlocks during test execution when using PostgreSQL, thanks to an external contributor. Here’s the full changelog of the release: Added Add support for deadlock detection on PostgreSQL #152, thanks @elernonelma
As reported in the previous release, I was working on supporting PHPUnit 9. Today, PHPUnit 9.1 was released, and so I’ve released Paraunit 1.1.0, which supports only PHPUnit 9.1 and forward: this is due to the fact that the --printer option got deprecated, so I have to switch approach to have a working solution for the foreseeable future. In this case, I switched to using TestHook, and opted for a small refactor of how Paraunit fetches PHPUnit test results.
While I’m actively working on a big refactor toward supporting PHPUnit 9, I’ve found two small fixes that have to be released as the first stable patch since the 1.0 release. Here’s the changelog: Fixed Fix handling of PHPUnit --stderr option #144, thanks @pczerkas Fix small issue in checking coverage data syntax 8f70c