Skip to content

Conversation

ambengers
Copy link
Contributor

@ambengers ambengers commented Apr 23, 2021

Parallel Testing was originally created for Laravel 9, then back-ported to Laravel 8. Due to this, earlier versions (5.0, 5.1, 5.2) of nunomaduro/collision package had a restriction to only use --parallel option on Laravel 9, but version 5.3 removed that restriction.

We need to let users know in case they are using version < 5.3 of collision and trying to use Parallel Testing.

Edit:

Link below shows comparison of collision version 5.2 to 5.3. Checkout src/Adapters/Laravel/Commands/TestCommand.php file at line 74 for the removal of restriction.

nunomaduro/collision@v5.2.0...v5.3.0

@taylorotwell taylorotwell merged commit f16f437 into laravel:8.x Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants