Skip to content

Commit

Permalink
Add PHP 8.0 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilsson committed Nov 26, 2020
1 parent 42ca0bf commit 711d70c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: php

php:
- 8.0
- 7.4
- 7.3
- 7.2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "^7.0",
"php": "^7.0 || ^8.0",
"ext-curl": "*"
},
"require-dev": {
Expand Down

0 comments on commit 711d70c

Please sign in to comment.