Update CORE_PHP_NEXT to 8.4
Problem/Motivation
PHP 8.4 is scheduled to be released on November 21, 2024. It would be good to test our contrib modules with PHP 8.4, even it’s still RC.
Steps to reproduce
With OPT_IN_TEST_MAX_PHP=1 it still runs 8.3
Proposed resolution
Before Drupal Core becomes compatible with PHP8.4, testing can be achieved using
composer (max PHP version):
variables:
PHP_VERSION: $CORE_PHP_NEXT
Run on PHP 8.4 when OPT_IN_TEST_MAX_PHP=1
Remaining tasks
- Update
$CORE_PHP_NEXTfrom 8.3 to 8.4 - Create second MR to update
$CORE_PHP_MAXfrom 8.3 to 8.4 when Drupal Core supports PHP8.4 - Work on #3484055 (closed) because currently the "max" jobs should not be run
Edited by drupalbot