Problem/Motivation
Tugboat previews for MRs against the 3.x branch are failing with this error:
Cannot use drupal/recurring_events's latest version dev-main as it requires php ^8.3 which is not satisfied by your platform.
In PackageDiscoveryTrait.php line 325:
Package drupal/recurring_events has requirements incompatible with your PHP
version, PHP extensions and Composer version:
- drupal/recurring_events dev-main requires php ^8.3 which does not match
your installed version 8.1.32.
Proposed resolution
Update the Tugboat config to use the Drupal 11 image.
Issue fork recurring_events-3554132
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 #3
muriqui commentedComment #4
joshf commentedThis is a straightforward change that seems like a no-brainer.
Comment #6
pfrenssenNice find, thanks a lot! I solved the merge conflict and set it to auto-merge.
Comment #8
pfrenssen