Drop php 5.6 support

parent ce899491
...@@ -2,14 +2,14 @@ language: php ...@@ -2,14 +2,14 @@ language: php
php: php:
- 7 - 7
- 5.6 - 7.1
cache: cache:
directories: directories:
- $HOME/.composer/cache - $HOME/.composer/cache
env: env:
- LARAVEL_VERSION="~5.3" TESTBENCH_VERSION="~3.3" - LARAVEL_VERSION="~5.5" TESTBENCH_VERSION="~3.5"
before_script: before_script:
- phpenv config-rm xdebug.ini - phpenv config-rm xdebug.ini
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment