From e17fcc54766786e200720d160f2a7ca2fb3bd8fe Mon Sep 17 00:00:00 2001
From: Renovate Bot <jonas+renovate@jonasled.de>
Date: Thu, 3 Oct 2024 22:14:39 +0000
Subject: [PATCH] Update composer Docker tag to v2.8.0

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d51a654..54154aa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ variables:
 
 PHPstan:
   stage: test
-  image: composer:2.7.9
+  image: composer:2.8.0
   before_script:
     - composer install --ignore-platform-reqs
   script:
@@ -77,7 +77,7 @@ Webpack:
 
 Composer:
   stage: build
-  image: composer:2.7.9
+  image: composer:2.8.0
   script:
     - apk add php-cli composer php-gd php-ctype php-xml php-simplexml php-xmlwriter php-tokenizer php-session php-dom php-mysqli php-pdo_mysql
     - composer install --optimize-autoloader
-- 
GitLab