Skip to content

Commit

Permalink
Merge pull request #5 from vdechenaux/php-bump
Browse files Browse the repository at this point in the history
Bump to 7.4
  • Loading branch information
vdechenaux authored Dec 5, 2021
2 parents 0bb2fcc + 1b3c0d4 commit 305c54a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
1 change: 0 additions & 1 deletion tests/BrotliTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 305c54a

Please sign in to comment.