From cda28a0f6991d45953067bd1e7f43f5e4c0d453d Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 14 Apr 2020 11:42:49 +0200 Subject: [PATCH] Drop PHPUnit 7 support --- .github/workflows/tests.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9f95aeee6..f525db28c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: matrix: php: [7.2, 7.3, 7.4] laravel: [^6.0, ^7.0, ^8.0] - phpunit: [^7.5, ^8.0, ^9.0] + phpunit: [^8.0, ^9.0] exclude: - php: 7.2 phpunit: ^9.0 diff --git a/composer.json b/composer.json index b6341a04e..bdebe7a67 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "require-dev": { "mockery/mockery": "^1.0", - "phpunit/phpunit": "^7.5.15|^8.4|^9.0" + "phpunit/phpunit": "^8.4|^9.0" }, "suggest": { "ext-pcntl": "Used to gracefully terminate Dusk when tests are running."