-
Bug
-
Resolution: Fixed
-
Minor
-
3.9.18, 3.11.11, 4.0.5, 4.1
-
MOODLE_311_STABLE, MOODLE_39_STABLE, MOODLE_400_STABLE, MOODLE_401_STABLE
-
MOODLE_311_STABLE, MOODLE_39_STABLE, MOODLE_400_STABLE, MOODLE_401_STABLE
-
- Verify that all the phpunit/behat runs shown this issue are passing.
- Verify that CIs are happy after integration.
Right now we are using (since Sep 2022, see MDL-75776), mink-phpwebdriver 1.0.1.
Since then, a couple of releases have happened, with the latest one (1.2.1) fixing some php81 incompatibility issues, see (thanks marina!):
https://github.com/oleg-andreyev/MinkPhpWebDriver/releases/tag/v.1.2.1
So this issue is about just bump that dependency for 4.1 and up, so it runs smoothly with php81. So far, that's the only dependency in the whole composer stuff needing an update.
All the .lock files will be generated following the instructions in the docs.
Note that this is being applied to all branches (supported and security), because we always apply all the composer changes to them, given they are related with testing 100%.