Skip to content

Commit

Permalink
breaking: removes support for PHP 7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcchavezs committed Oct 5, 2020
1 parent 722c87f commit 602ef82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .circleci/config.yml
Expand Up @@ -49,12 +49,8 @@ workflows:
- integration-test:
matrix:
parameters:
php-version: ["7.0", "7.1", "7.2", "7.3"]
php-version: ["7.1", "7.2", "7.3"]
symfony-version: ["3.4", "4.4", "5.1"]
exclude:
- php-version: "7.0"
symfony-version: "4.4"
- php-version: "7.0"
symfony-version: "5.1"
- php-version: "7.1"
symfony-version: "5.1"
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -37,4 +37,4 @@
"lint": "./vendor/bin/phpcs --standard=ZEND --standard=PSR2 --ignore=*/vendor/* ./",
"fix-lint": "./vendor/bin/phpcbf --standard=ZEND --standard=PSR2 --ignore=*/vendor/* ./"
}
}
}

0 comments on commit 602ef82

Please sign in to comment.