8000 Remove php 8.3 and symfony 7.0 hacks in CI as no longer needed by sidz · Pull Request #1930 · infection/infection · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Remove php 8.3 and symfony 7.0 hacks in CI as no longer needed #1930

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

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

sidz
Copy link
Member
@sidz sidz commented Mar 19, 2024

This PR removes PHP 8.3 and Symfony 7 hacks which we setup right after each of them were released to be able to install dependencies which wasn't compatible with latest versions.

if: "matrix.php-version >= '8.3'"
run: composer config platform.php 8.2.99

- name: Configure minimum-stability
Copy link
Member
@theofidry theofidry Mar 19, 2024

Choose a reason for hiding this comment

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

maybe we should instead configure it for the future version (PHP 8.4 and sf 8.0)? – Although it won't be used yet

Copy link
Member Author

Choose a reason for hiding this comment

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

We could revert this change once we introduce support of new versions IMO

Copy link
Member

Choose a reason for hiding this comment

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

If we remember it :P

Copy link
Member Author

Choose a reason for hiding this comment

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

I did it a couple of times already ;)

@sidz sidz marked this pull request as ready for review March 20, 2024 06:23
@sidz sidz merged commit 51c0a42 into master Mar 20, 2024
@sidz sidz deleted the remove-php-and-symfony-hacks branch March 20, 2024 06:23
Sign up for free to 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.

3 participants
0