diff --git a/.circleci/config.yml b/.circleci/config.yml index f8966c6..8bdfb64 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ workflows: - unit-tests: matrix: parameters: - version: ["7.1", "7.2", "7.3", "7.4"] + version: ["7.4", "8.0"] installBinary: - composer require vdechenaux/brotli-bin-amd64 - sudo apt-get update && sudo apt-get install -y brotli diff --git a/composer.json b/composer.json index 28a6cb6..2b47750 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "files": ["src/functions.php"] }, "require": { - "php": "^7.1 || ^8.0", + "php": "^7.4 || ^8.0", "symfony/process": "^3.3|^4.0|^5.0" }, "require-dev": { diff --git a/tests/BrotliTest.php b/tests/BrotliTest.php index b1a0102..629cec1 100644 --- a/tests/BrotliTest.php +++ b/tests/BrotliTest.php @@ -66,7 +66,6 @@ public function test compress and uncompress empty string() } /** - * @expectedException \VDX\Brotli\Exception\InvalidQualityException * @dataProvider invalidQualityDataProvider */ public function test invalid quality(int $quality)