-
Notifications
You must be signed in to change notification settings - Fork 440
Split tests into different matrices; fix highest/lowest dependencies #1139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
4224c40
to
e23e90e
Compare
59102e6
to
a4b5657
Compare
Turns out bunny 0.2 had open php req and "allowed" php 8 🙈 Discovered it while bumping react libs to ^1.0.
Had to fix the bunny requirement here which duplicates #1143 — happy to have it merged first if it happens so.
The matrix is huge :o
Symfony 4.3 and 5.0 are EOL — do we want to test against them? See https://symfony.com/releases
Symfony 4.3 and 5.0 are EOL — do we want to test against them? See https://symfony.com/releases
I dont think so.
Looks ready to me now, and also fixes the composer install race condition which may impact other PRs
Uh oh!
There was an error while loading. Please reload this page.
The original build matrix looked quite funky, trying to make it more understandable and expandable here.
Also recently I encountered bugs in a different library which had quite wide lowest/highest deps gap, made me think we should test it here as well.