Skip to content

Commit

Permalink
Bump php requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
vdechenaux committed Dec 5, 2021
1 parent 5ed1616 commit 1b3c0d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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

0 comments on commit 1b3c0d4

Please sign in to comment.