diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 000000000..575b14ccc --- /dev/null +++ b/.drone.yml @@ -0,0 +1,13 @@ +kind: pipeline +name: default + +steps: +- name: install + image: composer + commands: + - composer install + +- name: test + image: php:8 + commands: + - vendor/bin/simple-phpunit