-
Notifications
You must be signed in to change notification settings - Fork 21
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
Use longitude-one/wkt-parser, remove php 7.4 & 8.0 support #37
Conversation
.php-cs-fixer.dist.php
Outdated
/** | ||
* This file is part of the doctrine spatial extension. | ||
* | ||
* PHP 7.4 | 8.0 | 8.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thought we wanted to do 8.1+?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look good to me.
Generating code coverage report in Clover XML format ... done [00:00.232] Script phpunit --configuration phpunit.mysql5.7.xml handling the test event returned with error code 1 Error: The process '/usr/local/bin/composer' failed with exit code 1 (node:4044) UnhandledPromiseRejectionWarning: Error: The process '/usr/local/bin/composer' failed with exit code 1 at ExecState._setResult (/home/runner/work/_actions/paambaati/codeclimate-action/v2.7.5/node_modules/@actions/exec/lib/toolrunner.js:574:25) at ExecState.CheckComplete (/home/runner/work/_actions/paambaati/codeclimate-action/v2.7.5/node_modules/@actions/exec/lib/toolrunner.js:557:18) at ChildProcess.<anonymous> (/home/runner/work/_actions/paambaati/codeclimate-action/v2.7.5/node_modules/@actions/exec/lib/toolrunner.js:451:27) at ChildProcess.emit (events.js:314:20) at maybeClose (internal/child_process.js:1022:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) (node:4044) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) (node:4044) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. Error: 🚨 Coverage run failed!
…n/language.types.float.php "Floating point precision") so tests will succeed on different linux / windows platforms
I fixed the unit test errors, should be fine now but need a maintener approval to be run. |
tests should be ok now, I had to modify workflow so forks can be executed (so it need maintener approval to be run) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like pretty much auto updated ode and then a couple fixes around tests that look to have passed.
+1 |
Hey guys, I just stumbled upon this library, would love to use it, but obviously can't because I'm running the latest doctrine version and PHP 8.1. When do you think this will be merged into the main branch? Thanks! |
Hi Pim, In our side, we used this library with PHP8.1 and Doctrine ORM 2.14.2 without worries. It just Doctrine Annotations and Doctrine Lexer which are in the previous versions (see #36). What is your issue? Regards, Mickaël |
There is probably more to do but that can be a start