From ab424ae66b6cd73adab9b80f6310bb53e1fb169a Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Thu, 19 Oct 2023 10:36:05 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c25aa4cf..fbc180cf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: # Sonar static code analisis deployment ✔️ - name: code-analysis - image: php:8.1-cli + image: php:8.0-cli environment: SONAR_TOKEN: from_secret: SONAR_TOKEN