Skip to content

Commit 73f88d3

Browse files
authored
Merge pull request #604 from nextcloud/feat/php-8.5
feat: add support for PHP 8.5
2 parents dd5c39f + 862a722 commit 73f88d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ 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.1" max-version="8.4" />
30+
<php min-version="8.1" max-version="8.5" />
3131
<nextcloud min-version="30" max-version="33" />
3232
</dependencies>
3333

0 commit comments

Comments
 (0)