Skip to content

Commit d24f3a6

Browse files
committed
fix: Update to PHP 8.1
Signed-off-by: Enjeck C. <patrathewhiz@gmail.com>
1 parent 3928986 commit d24f3a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The Notes app is a distraction free notes taking app for [Nextcloud](https://www
2525
<repository type="git">https://github.com/nextcloud/notes.git</repository>
2626
<screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Notes/notes-thumbnail.jpg">https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Notes/notes.png</screenshot>
2727
<dependencies>
28-
<php min-version="8.0" max-version="8.4"/>
28+
<php min-version="8.1" max-version="8.4"/>
2929
<nextcloud min-version="30" max-version="34"/>
3030
</dependencies>
3131
<repair-steps>

psalm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns="https://getpsalm.org/schema/config"
66
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
77
errorBaseline="tests/psalm-baseline.xml"
8-
phpVersion="8.0"
8+
phpVersion="8.1"
99
>
1010
<stubs>
1111
<file name="tests/stubs/ocp.php" preloadClasses="true"/>

0 commit comments

Comments
 (0)