Skip to content

Commit

Permalink
Merge pull request #87 from MidnightDesign/php-8.0
Browse files Browse the repository at this point in the history
Allow PHP 8 in composer.json, run in CI
  • Loading branch information
weirdan committed Sep 19, 2020
2 parents a5e0ba6 + 8a0e884 commit 66b991c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 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,11 @@ jobs:
env: DEPS="dev"
- php: 7.4
env: DEPS="dev"
- php: nightly
env: DEPS="low"
- php: nightly
env: DEPS="high"
- php: nightly
env: DEPS="stable"
- php: nightly
env: DEPS="dev"
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 66b991c

Please sign in to comment.