Skip to content

Commit

Permalink
Increase required server version
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
  • Loading branch information
raimund-schluessler committed Aug 14, 2022
1 parent 8b3236e commit b65ccb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ jobs:
strategy:
matrix:
php-versions: ['7.3', '7.4']
nextcloud-versions: ['stable21', 'stable22', 'stable23']
nextcloud-versions: ['stable23', 'stable24']
include:
- php-versions: '7.4'
nextcloud-versions: 'master'
# - php-versions: '8.0'
# nextcloud-versions: 'stable21'
# - php-versions: '8.0'
# nextcloud-versions: 'master'
name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} unit tests
env:
Expand Down Expand Up @@ -54,11 +52,6 @@ jobs:
- name: Enable app
run: php -f nextcloud/occ app:enable tasks

- name: Fix php-parser on stable20 incompatibility with phpunit 9.3+
if: ${{ matrix.nextcloud-versions == 'stable20' }}
working-directory: nextcloud/3rdparty
run: composer require nikic/php-parser:4.10

- name: Downgrade phpunit for php7.2
if: ${{ matrix.php-versions == '7.2' }}
working-directory: nextcloud/apps/tasks
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<repository>https://github.com/nextcloud/tasks.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/tasks/master/screenshots/tasks-1.png</screenshot>
<dependencies>
<nextcloud min-version="20" max-version="26"/>
<nextcloud min-version="23" max-version="26"/>
</dependencies>
<navigations>
<navigation>
Expand Down

0 comments on commit b65ccb2

Please sign in to comment.