Skip to content

Commit b95d773

Browse files
committed
add support for PHP 8.1
1 parent ee84d2a commit b95d773

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
php-version: ${{ env.PHP_VERSION }}
3333
extensions: pdo_mysql, zip, gd
3434
tools: ${{ env.PHPUNIT }}
35+
- name: Install latest dev Nextcloud PHP API (max only)
36+
if: matrix.version == 'max'
37+
run: composer require --prefer-dist --dev christophwurst/nextcloud:dev-master
3538
- name: Install Dependencies
3639
run: composer install --prefer-dist
3740
- name: Prepare MySQL database

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The Notes app is a distraction free notes taking app for [Nextcloud](https://www
2222
<repository type="git">https://github.com/nextcloud/notes.git</repository>
2323
<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>
2424
<dependencies>
25-
<php min-version="7.3" max-version="8.0" />
25+
<php min-version="7.3" max-version="8.1" />
2626
<nextcloud min-version="20" max-version="24" />
2727
</dependencies>
2828
<repair-steps>

0 commit comments

Comments
 (0)