Skip to content

Commit

Permalink
Merge pull request #524 from FriendsOfSymfony/php-73
Browse files Browse the repository at this point in the history
test with php 7.3
  • Loading branch information
dbu committed Jun 18, 2019
2 parents 49f2e81 + 7c5a95f commit 9fd07c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -39,17 +39,18 @@ matrix:

- php: 7.1
- php: 7.2
- php: 7.3
env:
- PHPUNIT_FLAGS="-v --coverage-clover=coverage.clover"
- COVERAGE=true
- DOCCHECK=true

# Test LTS versions. Read more at https://github.com/symfony/lts
- php: 7.2
- php: 7.3
env: DEPENDENCIES="symfony/lts:^3"

# Latest commit to master
- php: 7.2
- php: 7.3
env: STABILITY="dev"

allow_failures:
Expand Down
1 change: 0 additions & 1 deletion src/DependencyInjection/FOSHttpCacheExtension.php
Expand Up @@ -13,7 +13,6 @@

use FOS\HttpCache\ProxyClient\HttpDispatcher;
use FOS\HttpCache\ProxyClient\ProxyClient;
use FOS\HttpCache\ProxyClient\Varnish;
use FOS\HttpCache\SymfonyCache\KernelDispatcher;
use FOS\HttpCache\TagHeaderFormatter\MaxHeaderValueLengthFormatter;
use FOS\HttpCacheBundle\DependencyInjection\Compiler\HashGeneratorPass;
Expand Down

0 comments on commit 9fd07c2

Please sign in to comment.