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:
authorsualko <klaus@jsxc.org>2022-01-04 18:09:48 +0300
committersualko <klaus@jsxc.org>2022-01-04 18:09:48 +0300
commita6fb139307c11363382f555191132f1691c630e3 (patch)
tree79559da5b1667608bd37488e81314c57036a88c2
parent46bc9be409c6a72ce2c0bcd22e1d3a59f71e8080 (diff)
ci: downgrade packages
-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