fix: exclude test PHP 7.4 / nc 26

pull/249/head
znerol 2023-04-26 19:28:15 +02:00
parent 93ac85e54e
commit ee25c1b821
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ jobs:
matrix:
php-versions: ['7.4', '8']
nextcloud-versions: ['stable24', 'stable25', 'stable26']
exclude:
- php-versions: '7.4'
nextcloud-versions: 'stable26'
name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} unit tests
env:
CI: true