Problem/Motivation
Part of #3427903: [META] Make Drupal 10/11 compatible with PHP 8.4
- https://github.com/minkphp/Mink/releases/tag/v1.12.0
- https://github.com/minkphp/Mink/pull/869#issuecomment-2448075350
This upgrade required for 11.1.x and 10.4.x to support PHP 8.4
Steps to reproduce
core$ ~/.config/composer/vendor/bin/composer-lock-diff --no-links
+-------------+---------+---------+
| Dev Changes | From | To |
+-------------+---------+---------+
| behat/mink | v1.11.0 | v1.12.0 |
+-------------+---------+---------+
Proposed resolution
composer update behat/mink
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3484728
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
andypostMRs for 11.x and 10.4.x are ready
Comment #5
andypostComment #6
kim.pepperConfirmed the only changes in behat/mink v1.12.0 are PHP 8.4 compatibility fixes.
Comment #10
catchCommitted/pushed to 11.x and 10.4.x, thanks!