diff --git a/.drone.yml b/.drone.yml index 44a7145..23f9137 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,7 +26,7 @@ steps: # 2. PHP Unit testlerini çalıştır # ------------------------------------------------------- - name: tests - image: php:7.3-cli + image: php:7.4-cli commands: - apt-get update -qq - apt-get install -y --no-install-recommends libzip-dev libpng-dev libxml2-dev libonig-dev > /dev/null 2>&1