8000 Bump minimal requirements by jderusse · Pull Request #33094 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Bump minimal requirements #33094

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
Aug 10, 2019
Merged

Bump minimal requirements #33094

merged 1 commit into from
Aug 10, 2019

Conversation

jderusse
Copy link
Member
@jderusse jderusse commented Aug 9, 2019
Q A
Branch? 4.3
Bug fix? yes
New feature? no
BC breaks? no
Deprecations?
Tests pass? yes
Fixed tickets -
License MIT
Doc PR -

Follow up #33079 Fix failures with lowest requirements in branch 4.3

$this->expectException('Symfony\Component\DependencyInjection\Exception\RuntimeException');
$this->expectExceptionMessage('The definition for "\Symfony\Component\DependencyInjection\Tests\FooClass" has no class attribute, and appears to reference a class or interface. Please specify the class attribute explicitly or remove the leading backslash by renaming the service to "Symfony\Component\DependencyInjection\Tests\FooClass" to get rid of this error.');
$this->expectException('Symfony\Component\DependencyInjection\Exception\InvalidArgumentException');
$this->expectExceptionMessage('Service definition "\Symfony\Component\DependencyInjection\Tests\FooClass" has no class, and its name looks like a FQCN but it starts with a backslash; remove the leading backslash.');
Copy link
Member Author

Choose a reason for hiding this comment

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

Looks like related to #33092. ping @fabpot

Copy link
Member

Choose a reason for hiding this comment

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

From CheckDefinitionValidityPass!

Copy link
Contributor

Choose a reason for hiding this comment

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

perhaps im onto something - #33092 (comment)

@nicolas-grekas nicolas-grekas added this to the 4.3 milestone Aug 9, 2019
@jderusse jderusse force-pushed the phpunit8-43 branch 2 times, most recently from 9d87545 to 4b1dcc5 Compare August 9, 2019 22:26
$a[0] = &$a;
/**
* This test is identical to testFailingSerialization, but the tested data causes a segfault in PHP 7.2
* https://github.com/sebastianbergmann/phpunit/issues/3790.
Copy link
Member Author

Choose a reason for hiding this comment

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

Opened an issue in PHP https://bugs.php.net/78397

Copy link
Member Author

Choose a reason for hiding this comment

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

fixed by #33110

@nicolas-grekas
Copy link
Member

Thank you @jderusse.

@nicolas-grekas nicolas-grekas merged commit c874d3b into symfony:4.3 Aug 10, 2019
nicolas-grekas added a commit that referenced this pull request Aug 10, 2019
This PR was merged into the 4.3 branch.

Discussion
----------

Bump minimal requirements

| Q             | A
| ------------- | ---
| Branch?       | 4.3
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? |
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Follow up #33079 Fix failures with lowest requirements in branch 4.3

Commits
-------

c874d3b Bump minimal requirements
@jderusse jderusse deleted the phpunit8-43 branch March 5, 2020 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants
0