diff --git a/.drone.yml b/.drone.yml index 02ec0d0..1864815 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: - composer install - name: test - image: php:7 + image: php:latest commands: - vendor/bin/phpunit --configuration phpunit.xml