From ffb19cfca102c8e7347e69863b272dca30beddc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Fri, 31 Jul 2020 14:57:51 +0200 Subject: [PATCH] Allow installing PHPUnit 9.3 That is the only version that is compatible with PHP 8. Lowering the minimum-stability on the nightly build is necessary until 9.3.0 is published. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b7d9829fe..601315bc5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,7 @@ jobs: php: nightly before_install: - composer config platform.php 7.4.99 + - composer config minimum-stability dev - stage: Lint before_script: