From e99d2d0466594096df126244ed73319a41eb3044 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Wed, 1 Apr 2026 14:01:28 -0500 Subject: [PATCH] Fix CI integration workflow for Bedrock without composer.lock Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index d13cce9bf..6f2bca6d6 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -49,6 +49,7 @@ jobs: cp ../../.github/files/inventory hosts/production cp ../../.github/files/wordpress_sites.yml group_vars/production/wordpress_sites.yml cp ../../.github/files/vault.yml group_vars/production/vault.yml + echo 'composer_platform_requirements_check: false' >> group_vars/production/main.yml working-directory: example.com/trellis - run: trellis exec ansible-playbook --version working-directory: example.com/trellis