Skip to content

Commit

Permalink
Dropped PHP 7.2 support & added Travis config for PHP 8.0 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
brusch authored Jan 7, 2021
1 parent 32f12d7 commit e5efc35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ env:

matrix:
include:
- php: '7.2'
env: PREFER_LOWEST='--prefer-lowest'
- php: '7.3'
env: PREFER_LOWEST='--prefer-lowest'
- php: '7.4'
env: SYMFONY_VERSION='~4.4.0'
- php: '7.4'
env: SYMFONY_VERSION='~5.0.0'
- php: '8.0'
env: SYMFONY_VERSION='~5.0.0'
fast_finish: true

before_install:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],

"require": {
"php": "^7.2 || ^8.0",
"php": "^7.3 || ^8.0",
"symfony/console": "^3.0 || ^4.0 || ^5.0",
"symfony/dependency-injection": "^3.0 || ^4.1.12 || ^5.0",
"symfony/process": "^3.0 || ^4.0 || ^5.0",
Expand Down

0 comments on commit e5efc35

Please sign in to comment.