-
Notifications
You must be signed in to change notification settings - Fork 27
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
Move to newer version of Doctrine (2.5 at least) #335
Comments
subject to careful testing, this could be a quick win. |
The dream would be going all the way to 2.12 |
Beyond the 'unit' tests, checking some arbitrary functionality through the web+PI interfaces, and looking for errors/warnings in logfiles, do you have suggestions for what else 'Pretty careful' might mean in this context? (ORM update to 2.5.14 appears, at first glance, to be unproblematic.) |
Mainly I meant "checking some arbitrary functionality through the web+PI interfaces" |
We are running ORM 2.6, getting to a supported version is tracked in #337 |
🥳 |
The version of Doctrine we currently use is no longer supported (https://www.doctrine-project.org/projects/orm.html). We were stuck on it because the next version (2.5) required php 5.4 or greater. With #238 we removed php 5.3 support and so can now migrate upwards. This may be true for other components as well.
Pretty careful testing would be needed
The text was updated successfully, but these errors were encountered: