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

Command icon 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

andypost created an issue. See original summary.

andypost’s picture

Status: Active » Needs review

MRs for 11.x and 10.4.x are ready

andypost’s picture

Issue summary: View changes
kim.pepper’s picture

Status: Needs review » Reviewed & tested by the community

Confirmed the only changes in behat/mink v1.12.0 are PHP 8.4 compatibility fixes.

  • catch committed a9bf63fd on 11.x
    Issue #3484728 by andypost: update behat/mink to 1.12.0 for PHP 8.4
    

catch’s picture

Version: 11.x-dev » 10.4.x-dev
Status: Reviewed & tested by the community » Fixed

Committed/pushed to 11.x and 10.4.x, thanks!

  • catch committed abf32c3a on 10.4.x
    Issue #3484728 by andypost: update behat/mink to 1.12.0 for PHP 8.4
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.