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>2021-05-16 19:52:42 +0300
committersualko <klaus@jsxc.org>2021-05-16 19:52:42 +0300
commitce5d55e96012c4daa6c1de607e70cf53dcb6a9ab (patch)
tree8171a69e72c236b0748667b8c5374eb9c919f893
parentaa9376287c2a61d5e854bd31535bf3b75e4b6448 (diff)
ci: fix phpunit
-rw-r--r--.github/workflows/php-test.yml3
-rw-r--r--composer.json2
2 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/php-test.yml b/.github/workflows/php-test.yml
index 0cb6065..0de1548 100644
--- a/.github/workflows/php-test.yml
+++ b/.github/workflows/php-test.yml
@@ -57,6 +57,3 @@ jobs:
- name: Run unit tests
working-directory: nextcloud/apps/ojsxc
run: composer run test
- - name: Run integration tests
- working-directory: nextcloud/apps/ojsxc
- run: composer run test:integration
diff --git a/composer.json b/composer.json
index 166316c..ad9e9c5 100644
--- a/composer.json
+++ b/composer.json
@@ -4,7 +4,7 @@
"sabre/uri": "~1.0"
},
"require-dev": {
- "phpunit/phpunit": "^8",
+ "phpunit/phpunit": "^8.5 || ^9.3",
"friendsofphp/php-cs-fixer": "^2.14"
},
"scripts": {