Skip to content

Commit

Permalink
Updated minimal PHP version to 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Jun 7, 2019
1 parent 2008557 commit 84ed3ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -11,9 +11,6 @@ cache:
matrix:
fast_finish: true
include:
- name: 'Unit tests on PHP 7.1'
php: '7.1'
env: CMD='composer test' MYSQL_DATABASE_URL='mysql://root@localhost/testdb'
- name: 'Unit tests on PHP 7.3'
php: '7.3'
env: CMD='composer test' MYSQL_DATABASE_URL='mysql://root@localhost/testdb'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -4,7 +4,7 @@
"type": "ezplatform-bundle",
"license": "GPL-2.0-only",
"require": {
"php": "^7.1",
"php": "^7.3",
"doctrine/dbal": "^2.9",
"symfony/config": "^4.3",
"symfony/dependency-injection": "^4.3",
Expand Down

0 comments on commit 84ed3ad

Please sign in to comment.