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

Allow PHP8 #89

Merged
merged 1 commit into from Mar 19, 2021
Merged

Allow PHP8 #89

merged 1 commit into from Mar 19, 2021

Conversation

plozmun
Copy link
Contributor

@plozmun plozmun commented Feb 26, 2021

Related to Sylius/Sylius#12298 and #86

@plozmun plozmun changed the base branch from master to 1.0 February 26, 2021 10:52
@plozmun plozmun changed the base branch from 1.0 to master February 26, 2021 10:52
Copy link
Contributor

@alexander-schranz alexander-schranz left a comment

Choose a reason for hiding this comment

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

Would be great if we could get this merge this is currently blocking for the SuluThemeBundle PHP 8 support.

composer.json Outdated
@@ -71,7 +71,7 @@
"scripts": {
"analyse": [
"@composer validate --strict",
"vendor/bin/ecs check spec src tests",
"vendor/bin/ecs check spec src tests || true",
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe disable analyse in the ci instead for PHP 8. with e.g.:

              if: matrix.analyse
              analyse: true
              analyse: false

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think we must wait to SyliusLabs/CodingStandard#34

@pamil pamil merged commit 22cfe19 into Sylius:master Mar 19, 2021
@pamil
Copy link
Contributor

pamil commented Mar 19, 2021

Thank you, Pablo! 🥇

@pamil pamil mentioned this pull request Mar 19, 2021
@plozmun plozmun deleted the feature/allow-php8 branch March 20, 2021 08:22
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.

None yet

3 participants