Skip to content

Commit

Permalink
Install latest dev Nextcloud PHP API (max only)
Browse files Browse the repository at this point in the history
  • Loading branch information
korelstar committed Feb 7, 2022
1 parent 38626bf commit 1ee8987
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
php-version: ${{ env.PHP_VERSION }}
extensions: pdo_mysql, zip, gd
tools: ${{ env.PHPUNIT }}
- name: Install latest dev Nextcloud PHP API (max only)
if: matrix.version == 'max'
run: composer require --prefer-dist --dev christophwurst/nextcloud:dev-master
- name: Install Dependencies
run: composer install --prefer-dist
- name: Prepare MySQL database
Expand Down

0 comments on commit 1ee8987

Please sign in to comment.