Update brick/math for static analysis but downgrade in tests for PHP 8.0

This commit is contained in:
Ben Ramsey
2025-12-13 20:19:54 -06:00
parent 4618169496
commit bec7176b05
3 changed files with 29 additions and 35 deletions
@@ -194,6 +194,10 @@ jobs:
coverage: "none"
ini-values: "memory_limit=-1"
- name: "Downgrade brick/math in lock file for PHP 8.0"
run: |
composer update brick/math:"0.8.8"
- name: "Install dependencies (Composer)"
uses: "ramsey/composer-install@v3"
with: