This commit is contained in:
sualko 2022-01-04 16:09:48 +01:00
Родитель 46bc9be409
Коммит a6fb139307
1 изменённых файлов: 4 добавлений и 0 удалений

4
.github/workflows/php-test.yml поставляемый
Просмотреть файл

@ -36,6 +36,10 @@ jobs:
- name: Remove OCP
working-directory: nextcloud/apps/ojsxc
run: composer remove --no-update --dev christophwurst/nextcloud
- name: Downgrade packages for php7.3
if: ${{ matrix.php-versions == '7.3' }}
working-directory: nextcloud/apps/ojsxc
run: composer update -W
- name: Install dependencies
working-directory: nextcloud/apps/ojsxc
run: composer install