-
Notifications
You must be signed in to change notification settings - Fork 263
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
chore: drop support for PHP 7.4 #7865
Conversation
Nitpick: 7.4 is EOL so this isn't a breaking change for a Nextcloud app as documented at https://docs.nextcloud.com/server/latest/developer_manual/app_publishing_maintenance/release_process.html#versioning We will not have to bump the major version number for this change. |
d622439
to
93c3bde
Compare
48a702d
to
8baba6e
Compare
appinfo/info.xml
Outdated
@@ -29,7 +29,7 @@ | |||
<repository type="git">https://github.com/nextcloud/mail.git</repository> | |||
<screenshot>https://user-images.githubusercontent.com/1374172/79554966-278e1600-809f-11ea-82ea-7a0d72a2704f.png</screenshot> | |||
<dependencies> | |||
<php min-version="7.4" max-version="8.1" /> | |||
<php min-version="8.0" max-version="8.2" /> |
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.
your PR title didn't mention the sneaky addition of PHP8.2 support 😈
separate PR?
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.
True. Let me move it to another pr.
@@ -29,7 +29,7 @@ | |||
"christophwurst/kitinerary-flatpak": "^0.3", | |||
"christophwurst/kitinerary-sys": "^0.2.0", | |||
"ezyang/htmlpurifier": "4.16.0", | |||
"gravatarphp/gravatar": "^2.0", | |||
"gravatarphp/gravatar": "dev-master#6b9f6a45477ce48285738d9d0c3f0dbf97abe263", |
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.
why?
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.
gravatarphp/gravatar#17 is merged but not released 😞
gravatarphp/gravatar: Support for PHP 8 is merged but unreleased Signed-off-by: Daniel Kesselberg <[email protected]>
8baba6e
to
e0b8311
Compare
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.
Awesome
Ref nextcloud/groupware#41
Needs: