Skip to content

Commit

Permalink
fix: exclude test PHP 7.4 / nc 26
Browse files Browse the repository at this point in the history
  • Loading branch information
znerol committed Jul 7, 2023
1 parent 93ac85e commit ee25c1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/php-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee25c1b

Please sign in to comment.