File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments