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

PHP8 Support #8303

Merged
merged 23 commits into from
Nov 15, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
477c27f
Update doctrine/dbal to 2.12 for PHP 8 support.
beberlei Oct 24, 2020
e2e85d1
Change Query\Parser::match to Query\Parser::matchToken including DQL …
beberlei Oct 24, 2020
fe4e9ca
Fix phpunit constraint to 9.4, adjust @group usage to workaround PHPU…
beberlei Oct 24, 2020
8f69613
Fix PHPUnit API related changes.
beberlei Oct 24, 2020
d0c3497
Add PHP 8 support for EntityGenerator namespace detection.
beberlei Oct 24, 2020
b6d7797
Use new assertEqualsWithDetla for QueryDqlFunctionTest with date comp…
beberlei Oct 24, 2020
6604a32
Replace ReflectionParameter::getClass usage with non-deprecated ::get…
beberlei Oct 24, 2020
080d72c
Revert "Change Query\Parser::match to Query\Parser::matchToken includ…
beberlei Oct 24, 2020
68b23b3
More matchToken => match reverts
beberlei Oct 24, 2020
c226a44
Housekeeping: phpcs
beberlei Oct 24, 2020
c041104
Housekeeping: phpcs
beberlei Oct 24, 2020
b9af10e
Housekeeping: phpcs
beberlei Oct 24, 2020
fe6eeb2
Housekeeping: phpcs
beberlei Oct 24, 2020
9f46d7d
Add PHP 8 testrunner, update composer.json and small fix in OrmFuncti…
beberlei Nov 7, 2020
d3cf5ae
Update doctrine/coding-standard to 8.x
beberlei Nov 7, 2020
0cd43d8
Update rule names for doctrine/coding-standard v8.0
beberlei Nov 7, 2020
4c1f388
Update to Psalm 4.
beberlei Nov 7, 2020
0d9c8ab
Merge branch 'Psalm4' into Php8Support
beberlei Nov 7, 2020
0544e9b
Not failOnWarning anymore.
beberlei Nov 7, 2020
7090a95
Fix phpcs
beberlei Nov 7, 2020
f8f69a7
fix phpcs
beberlei Nov 7, 2020
0f6d18a
remove 7.2 for now until we can support in DBAL.
beberlei Nov 7, 2020
e3f80bd
Relax doctrine/dbal requirement and add 7.2 CI support again.
beberlei Nov 15, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Relax doctrine/dbal requirement and add 7.2 CI support again.
  • Loading branch information
beberlei committed Nov 15, 2020
commit e3f80bd2a780f0d86d75e66a06e7f52944f19429
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.2"
- "7.3"
- "7.4"
- "8.0"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"doctrine/cache": "^1.9.1",
"doctrine/collections": "^1.5",
"doctrine/common": "^3.0",
"doctrine/dbal": "^2.12.0",
"doctrine/dbal": "^2.10.0",
"doctrine/event-manager": "^1.1",
"doctrine/inflector": "^1.4|^2.0",
"doctrine/instantiator": "^1.3",
Expand Down