From a9b3be8ebd8e132310ff2c68c706e93ec188ebbd Mon Sep 17 00:00:00 2001 From: Stefan Hagspiel Date: Tue, 13 Feb 2024 10:05:55 +0100 Subject: [PATCH] fix test conflict --- .github/workflows/codeception.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeception.yml b/.github/workflows/codeception.yml index eb693e2..a22a44b 100644 --- a/.github/workflows/codeception.yml +++ b/.github/workflows/codeception.yml @@ -125,6 +125,7 @@ jobs: run: | chmod +x ./pimcore-codeception-framework/src/_etc/scripts/composer.sh ./pimcore-codeception-framework/src/_etc/scripts/composer.sh + sed -i 's,\"require-dev"\: {,\"conflict"\: {\"league/csv"\: \">=9.11.0"\}\, \"require-dev"\: {,g' composer.json - name: Assets Install run: |