Skip to content

Commit

Permalink
Merge: Allow PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhujer committed Dec 31, 2020
2 parents 135bb48 + 8b03ae5 commit 87a45e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ language: php

php:
- 7.4
- 8.0

jobs:
allow_failures:
- php: 8.0

env:
global:
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 @@
}
],
"require": {
"php": "~7.4",
"php": "~7.4 | ~8.0",
"jms/serializer": "~3.2",
"ramsey/uuid": "~3.0|~4.0"
},
Expand Down

0 comments on commit 87a45e6

Please sign in to comment.