-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
PHP 8.1 support #94
PHP 8.1 support #94
Conversation
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.
Needs composer.lock
update
Signed-off-by: kristijonas bulzgis <[email protected]>
Co-authored-by: Piotr Zygmuntowicz <[email protected]> Signed-off-by: kristijonas bulzgis <[email protected]>
Signed-off-by: kristijonas bulzgis <[email protected]>
Signed-off-by: kristijonas bulzgis <[email protected]>
Co-authored-by: Frank Brückner <[email protected]> Signed-off-by: kristijonas bulzgis <[email protected]>
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.
Seems like CI is in shambles here 😬
So, for PHP 8.1, the current obstacles are upgrades of these modules:
Also, I suggest dropping support for PHP 7.3, and avoid committing composer.lock to the repository (composer.lock can be generated automatically during the CI run). |
We will commit We are currently adding @renovatebot to all our repos to keep it fresh on a daily basis, and eagerly discover incompatibilities. Totally okay with dropping php 7.3: we don't support EOL php versions anyway |
Signed-off-by: kristijonas bulzgis <[email protected]>
Signed-off-by: kristijonas bulzgis <[email protected]>
Moved to #95 meanwhile, thanks for all your help though, still adding this to release notes for accrediting it :-) |
PHP 8.1 support