From cfc8b5db43e0c195f74ce33986ffbf906739fab4 Mon Sep 17 00:00:00 2001 From: DeveloperMarius Date: Tue, 23 Mar 2021 15:44:43 +0100 Subject: [PATCH] Test PHP Version 7.1 with PHPUnit 7 --- .github/workflows/ci.yml | 3 ++- composer.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7f3549..08f61c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,8 @@ jobs: - 7.3 - 7.4 phpunit-version: - - 8.5.2 +# - 8.5.2 + - 7 dependencies: - lowest - highest diff --git a/composer.json b/composer.json index 7677496..7b18724 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "ext-json": "*" }, "require-dev": { - "phpunit/phpunit": "^8.0", + "phpunit/phpunit": "^7", "mockery/mockery": "^1" }, "scripts": {