From e4688dbe2838e95365168cc6edd20dc825223350 Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Sat, 17 Feb 2024 11:04:41 +0100 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 2b2d3aa6..5ecbc93a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ trigger: steps: # Test ✔️ - name: test - image: php:8.2-apache + image: composer:2.6 commands: - cd Sources - rm -r vendor