diff --git a/.drone.yml b/.drone.yml index 4c7009c..f67dbe8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,9 +5,9 @@ name: default steps: # Step 1: Install dependencies and run tests - name: test - image: composer:2 + image: composer:2.2 commands: - - composer install --prefer-dist --no-progress --no-interaction + - composer install --prefer-dist --no-progress --no-interaction --ignore-platform-reqs - composer validate --strict - echo "✓ Composer validation passed" # Uncomment when tests are ready: