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

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-19 14:29:28 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-01-19 18:41:38 +0300
commitf8db2055c9c70e019a29b3eb0717de72bab0e47e (patch)
tree576542e5cca6fd15d733a10eca371d77da292b30 /.github
parentda2b1fc3778c4ced49fe7d54493bc2a82cf82d16 (diff)
Bump christophwurst/nextcloud_testing from 0.8.1 to 0.12.1
Bumps [christophwurst/nextcloud_testing](https://github.com/ChristophWurst/nextcloud_testing) from 0.8.1 to 0.12.1. - [Release notes](https://github.com/ChristophWurst/nextcloud_testing/releases) - [Commits](https://github.com/ChristophWurst/nextcloud_testing/compare/v0.8.1...v0.12.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c33bbf6..bb4e92d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -29,6 +29,10 @@ jobs:
- name: Install dependencies
working-directory: nextcloud/apps/twofactor_totp
run: composer install
+ - name: Fix php-parser on stable20 incompatibility with phpunit 9.3+
+ if: ${{ matrix.nextcloud-version == 'stable20' }}
+ working-directory: nextcloud/3rdparty
+ run: composer require nikic/php-parser:4.10
- name: Run tests
working-directory: nextcloud/apps/twofactor_totp
run: composer run test:unit