Merge pull request #1755 from nextcloud/aio-dependency-update

Dependency updates
This commit is contained in:
Simon L
2023-01-15 17:48:13 +01:00
committed by GitHub
2 changed files with 32 additions and 72 deletions

View File

@@ -21,7 +21,7 @@ jobs:
cd ./php
composer update
set +e
ALL_LINES="$(composer outdated | grep -v "^$\|php-di/php-di\|psr/container\|Direct dependencies\|Everything up to date\|Transitive dependencies")"
ALL_LINES="$(composer outdated | grep -v "^$\|Direct dependencies\|Everything up to date\|Transitive dependencies")"
set -e
while [ -n "$ALL_LINES" ]; do
CURRENT_LINE="$(echo "$ALL_LINES" | head -1)"