Skip to content

Commit

Permalink
no support for php 7.0 anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
chregu committed Nov 14, 2020
1 parent 2421dd3 commit e855286
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 7.0
- 7.1
- 7.2
- 7.3
Expand All @@ -15,7 +14,7 @@ stages:
jobs:
include:
- stage: test
php: 7.0
php: 7.1
env: SYMFONY_REQUIRE=3.4.* COMPOSER_FLAGS="--prefer-lowest"
- stage: test
php: 7.4
Expand Down

0 comments on commit e855286

Please sign in to comment.