CI : ignore ext-gd on composer install

This commit is contained in:
isUnknown 2025-08-01 16:50:49 +02:00
parent 8e7acaba63
commit 64589d8267

View file

@ -13,7 +13,7 @@ build:
- npm install
- npm run build
- cd dist
- composer install --no-dev --optimize-autoloader
- composer install --no-dev --optimize-autoloader --ignore-platform-req=ext-gd
- cd ..
artifacts:
paths: