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 getIterator compatible with php 8.1 #966

Merged
merged 1 commit into from
Dec 8, 2021

Conversation

eerison
Copy link
Contributor

@eerison eerison commented Dec 6, 2021

No description provided.

@eerison eerison force-pushed the fix-getInterator-for-php-8.1 branch from e8ddd5d to ac542a9 Compare December 6, 2021 21:43
@chalasr chalasr force-pushed the fix-getInterator-for-php-8.1 branch from ac542a9 to bed4848 Compare December 8, 2021 17:35
- php: 8.1
symfony: 6.0.*@dev
composer-flags: ''
can-fail: false
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm reverting this changes as the CI is updated in #968.

composer.json Outdated
@@ -37,7 +37,7 @@
}
],
"require": {
"php": ">=7.1",
"php": "^7.1 || ^8.0",
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm going to revert this as I prefer keeping it open.

phpunit.xml.dist Outdated
@@ -28,6 +28,6 @@
</filter>

<php>
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=0&amp;max[direct]=27"></env>
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=17&amp;max[direct]=27"></env>
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm reverting this one as it should not be needed (deprecations should be fixed instead).

@chalasr
Copy link
Collaborator

chalasr commented Dec 8, 2021

Thanks for fixing this bug @eerison.

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.

2 participants