Skip to content

Commit

Permalink
Merge pull request #14 from ETSGlobal/EB-17211
Browse files Browse the repository at this point in the history
EB-17211 add php 8.0 support
  • Loading branch information
lepiaf authored Dec 9, 2020
2 parents cb7a251 + e9449d3 commit 311fbc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@ cache:
php:
- 7.3
- 7.4
- 8.0

jobs:
fast_finish: true
allow_failures:
- php: nightly
include:
# Minimum supported dependencies with the latest and oldest PHP version
- php: 8.0
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
- php: 7.4
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
- php: 7.3
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"license": "MIT",
"require": {
"php": "^7.2",
"php": "^7.2 || ^8.0",
"ext-json": "*",
"monolog/monolog": "^1.24 || ^2.0",
"symfony/config": "^3.4 || ^4.0 || ^5.0",
Expand Down

0 comments on commit 311fbc8

Please sign in to comment.