Skip to content

Conversation

@W0rma
Copy link
Contributor

I just noticed some failed schedule publish actions, f.e. https://github.com/Codeception/codeception.github.com/actions/runs/17250590340

Your requirements could not be resolved to an installable set of packages

This PR fixes the composer install step by adding ext-mongodb to the "platform" section.

COMPOSER_TOKEN: ${{secrets.GITHUB_TOKEN }}
with:
php-version: 8.1
php-version: 8.2
Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I bumped the PHP version to make sure that the latest package versions are installed.
This is necessary because support for PHP < 8.2 has already been removed by some codeception packages.

@W0rma
Copy link
ContributorAuthor

@TavoNiievez FYI

@TavoNiievezTavoNiievez merged commit 9f16772 into Codeception:masterDec 11, 2025
@W0rmaW0rma mentioned this pull request Dec 11, 2025
@W0rmaW0rma deleted the fix-publish-composer-install branch December 11, 2025 13:43
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@W0rma@TavoNiievez