Skip to content

Commit

Permalink
Allow PHP 8 in composer.json, run in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MidnightDesign authored and weirdan committed Sep 19, 2020
1 parent a5e0ba6 commit b1051f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ php:
- 7.2
- 7.3
- 7.4
- nightly
before_install:
- phpenv config-rm xdebug.ini || true

Expand Down Expand Up @@ -42,3 +43,4 @@ jobs:
env: DEPS="dev"
- php: 7.4
env: DEPS="dev"
- php: 8.0
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -14,7 +14,7 @@
"sort-packages": true
},
"require": {
"php": "^7.1.3",
"php": "^7.1.3 || ^8.0",
"ext-simplexml": "*",
"composer/semver": "^1.4 || ^2.0 || ^3.0",
"composer/package-versions-deprecated": "^1.10",
Expand Down

0 comments on commit b1051f2

Please sign in to comment.