Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/php-test.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/php-test.yml b/.github/workflows/php-test.yml
index 10c6c23..216a505 100644
--- a/.github/workflows/php-test.yml
+++ b/.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