FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add support for symfony 7 and doctrine collections 2 by alexander-schranz · Pull Request #49 · php-task/php-task · GitHub

Add support for symfony 7 and doctrine collections 2 - #49

Merged
wachterjohannes merged 9 commits into
php-task:masterfrom
alexander-schranz:feature/deps-updates
Jul 16, 2024
Merged

Add support for symfony 7 and doctrine collections 2#49
wachterjohannes merged 9 commits into
php-task:masterfrom
alexander-schranz:feature/deps-updates

Conversation

alexander-schranz commented Jul 16, 2024
edited
Loading

Copy link
Copy Markdown
Member

This should add support for the latest symfony and latest doctrine collections version.

It also updates dev dependencies to PHPUnit 11 and also tests PHP 8.4.

Comment on lines +87 to +88
$this->taskExecutionRepository->save($executions[0])->willReturnArgument(0)->shouldBeCalledTimes(3);
$this->taskExecutionRepository->save($executions[1])->willReturnArgument(0)->shouldBeCalledTimes(3);

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

CI failing since: #47

Comment on lines +121 to +122
$this->taskExecutionRepository->save($executions[0])->willReturnArgument(0)->shouldBeCalledTimes(3);
$this->taskExecutionRepository->save($executions[1])->willReturnArgument(0)->shouldBeCalledTimes(3);

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

CI failing since: #47

- php-version: '8.3'
coverage: 'true'
- php-version: '8.4'
composer-flags: '--ignore-platform-reqs'

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

can be removed as soon as prophecy supports 8.4 officially: https://github.com/phpspec/prophecy/blob/f9e07be0992e7bf1cad210829055b99318df142f/composer.json#L21 but mostly it takes some time.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

2 participants


Back | FazBrowse Home | New Git URL