diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2022-03-30 16:13:16 +0200 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2022-05-24 18:54:29 +0200 |
commit | 8951f069fef6916bd293d278c2491b82bc349fc1 (patch) | |
tree | d452f49ff9b08b2797d244bb5634f28f7b6d14d5 /tests/acceptance/composer.json | |
parent | 53577ab34ae3e59b62fb57d35112b8f8d49d6de3 (diff) | |
download | nextcloud-server-8951f069fef6916bd293d278c2491b82bc349fc1.tar.gz nextcloud-server-8951f069fef6916bd293d278c2491b82bc349fc1.zip |
Require a recent phpunit version in integration and acceptance
Otherwise build with PHP>8 will fail as PHPUnit 6 does not support it
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'tests/acceptance/composer.json')
-rw-r--r-- | tests/acceptance/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/acceptance/composer.json b/tests/acceptance/composer.json index a2ec896d94e..25f74d463d8 100644 --- a/tests/acceptance/composer.json +++ b/tests/acceptance/composer.json @@ -4,7 +4,7 @@ "behat/mink": "1.8.1", "behat/mink-extension": "2.3.1", "behat/mink-selenium2-driver": "1.4.0", - "phpunit/phpunit": "6.5.14" + "phpunit/phpunit": "9.5.19" }, "autoload": { "psr-4": { |