Adjust server versions to be tested

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler 2022-08-15 13:16:57 +02:00
parent 3857ef60a0
commit 409464cf0b
No known key found for this signature in database
GPG Key ID: 036FA7EB1A599178
1 changed files with 5 additions and 9 deletions

View File

@ -14,13 +14,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.4']
nextcloud-versions: ['stable23', 'stable24', 'master']
php-versions: ['7.4', '8.0', '8.1']
nextcloud-versions: ['stable23', 'stable24', 'stable25', 'master']
include:
- php-versions: '7.3'
nextcloud-versions: 'stable23'
# - php-versions: '8.0'
# nextcloud-versions: 'master'
exclude:
- php-versions: '8.1'
nextcloud-versions: 'stable23'
name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} unit tests
env:
CI: true
@ -52,11 +53,6 @@ jobs:
- name: Enable app
run: php -f nextcloud/occ app:enable tasks
- name: Downgrade phpunit for php7.2
if: ${{ matrix.php-versions == '7.2' }}
working-directory: nextcloud/apps/tasks
run: composer update christophwurst/nextcloud_testing -W
- name: Install dependencies
working-directory: nextcloud/apps/tasks
run: composer install