fix(ci): adds --ignore-platform-reqs to composer
All checks were successful
CI / build-test (push) Successful in 2m54s

This commit is contained in:
Brock H Caldwell
2026-03-09 13:59:25 -05:00
parent 554b7774f6
commit e489f73f7c

View File

@@ -22,7 +22,7 @@ jobs:
run: composer global require phing/phing
- name: Run composer
run: composer install --no-dev --no-scripts -o
run: composer install --no-dev --no-scripts --ignore-platform-reqs -o
- name: Build tailwind
run: APP_ENV=build php bin/console tailwind:build