Skip to content

Commit

Permalink
[TASK] Raise PHP compatibility to 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
IchHabRecht committed Dec 6, 2019
1 parent d92c97a commit 6d2e7be
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,18 @@ jobs:
- env: COVERAGE_VERSIONS="^5.0 ^6.0"
- env: COVERAGE_VERSIONS="^5.0"
include:
- stage: test
php: 7.4
env: COVERAGE_VERSIONS="~7.0.0"
- stage: test
php: 7.4
env: COVERAGE_VERSIONS="~6.0.0 ~6.1.0"
- stage: test
php: 7.4
env: COVERAGE_VERSIONS="~5.0.0 ~5.1.0 ~5.2.0 ~5.3.0"
- stage: test
php: 7.4
env: COVERAGE_VERSIONS="^5.0 ^6.0 ^7.0"
- stage: test
php: 7.3
env: COVERAGE_VERSIONS="~7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": ">=7.0.8 < 7.4",
"php": ">=7.0.8 < 7.5",
"ext-dom": "*",
"ext-json": "*",
"ext-simplexml": "*",
Expand Down

0 comments on commit 6d2e7be

Please sign in to comment.