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

chore: drop support for PHP 7.4 #7865

Merged
merged 1 commit into from
Jan 19, 2023
Merged

chore: drop support for PHP 7.4 #7865

merged 1 commit into from
Jan 19, 2023

Conversation

@kesselb kesselb changed the title Chore/good bye php74 chore!: drop support for PHP 7.4 Jan 3, 2023
@ChristophWurst
Copy link
Member

chore!

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.

@kesselb kesselb force-pushed the chore/good-bye-php74 branch 2 times, most recently from d622439 to 93c3bde Compare January 13, 2023 16:33
@kesselb kesselb changed the title chore!: drop support for PHP 7.4 chore: drop support for PHP 7.4 Jan 13, 2023
@kesselb kesselb force-pushed the chore/good-bye-php74 branch 2 times, most recently from 48a702d to 8baba6e Compare January 17, 2023 16:40
@kesselb kesselb self-assigned this Jan 17, 2023
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" />
Copy link
Member

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?

Copy link
Contributor Author

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",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why?

Copy link
Contributor Author

@kesselb kesselb Jan 17, 2023

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]>
@kesselb kesselb force-pushed the chore/good-bye-php74 branch from 8baba6e to e0b8311 Compare January 17, 2023 17:51
Copy link
Member

@ChristophWurst ChristophWurst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome

@ChristophWurst ChristophWurst merged commit db1d033 into main Jan 19, 2023
@ChristophWurst ChristophWurst deleted the chore/good-bye-php74 branch January 19, 2023 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

2 participants