fix: nextcloud to nexcloud-versions and removed array

pull/214/head
David 2022-06-23 14:02:42 +02:00 committed by GitHub
parent 12d87136e1
commit cf98557d59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -19,9 +19,11 @@ jobs:
- php-versions: '7.4'
nextcloud-versions: 'stable24'
- php-versions: '8'
nextcloud-versions: ['stable22','stable24']
nextcloud-versions: 'stable22'
- php-versions: '8'
nextcloud-versions: 'stable24'
- php-versions: '8.1'
nextcloud: 'stable24'
nextcloud-versions: 'stable24'
name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} unit tests
env:
CI: true