Skip to content

Commit

Permalink
Support PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Nov 16, 2020
1 parent ff1fbd1 commit 502d942
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
php: [7.4, 7.3, 7.2]
php: [8.0, 7.4, 7.3, 7.2]
release: [stable, lowest]
include:
- php: 7.4
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.1.3|^8.0",
"symfony/process": "^4.2 || ^5.0"
},
"require-dev": {
"mockery/mockery": "^1.3.2",
"orchestra/testbench": "^5.0"
},
"autoload": {
Expand Down

0 comments on commit 502d942

Please sign in to comment.