From 9fd8e45b88250276a5c149cf4937b77c85a6fb12 Mon Sep 17 00:00:00 2001 From: ExtraNetwork Date: Wed, 13 May 2026 10:03:00 +0300 Subject: [PATCH] update 2 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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