Skip to content

Commit 36b2e35

Browse files
authored
Merge pull request #578 from nextcloud/feat/drop-nc-29-28-php-8.0
feat: drop support for Nextcloud 28, 29 and PHP 8.0
2 parents eed9203 + 85ed849 commit 36b2e35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ The first time you install this app, before using a cron job, you properly want
2727
<bugs>https://github.com/nextcloud/previewgenerator/issues</bugs>
2828
<repository type="git">https://github.com/nextcloud/previewgenerator.git</repository>
2929
<dependencies>
30-
<php min-version="8.0" max-version="8.4" />
31-
<nextcloud min-version="28" max-version="33" />
30+
<php min-version="8.1" max-version="8.4" />
31+
<nextcloud min-version="30" max-version="33" />
3232
</dependencies>
3333

3434
<commands>

0 commit comments

Comments
 (0)