Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: only run maker test on php > 8.0 #570

Merged
merged 1 commit into from
Mar 20, 2024
Merged

Conversation

nikophil
Copy link
Member

@nikophil nikophil commented Mar 20, 2024

symfony/maker-bundle ships its own phpcs-fixer version. The one we need, which accepts our config is v3.49.0 which is shiiped from maker bundle 1.55.0

but this version is incompatible with our lowest CI permutation.

This PR skips maker tests on CI with --prefer-lowest option and php 8.0

The problem will be fixed in Foundry 2.0, where we bump php 8.1

@nikophil
Copy link
Member Author

GHA is buggy right now: all the workflow have successfully ended, but it says that some are still in progress 🤷

@nikophil nikophil merged commit f803868 into zenstruck:1.x Mar 20, 2024
20 checks passed
@nikophil nikophil deleted the fix/maker-cs branch March 20, 2024 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant