Set lowest brick/math version to 0.8.16 for BigInteger::toBytes()

This commit is contained in:
Ben Ramsey
2025-12-13 20:29:30 -06:00
parent bec7176b05
commit d0766eba87
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ jobs:
- name: "Downgrade brick/math in lock file for PHP 8.0"
run: |
composer update brick/math:"0.8.8"
composer update brick/math:"0.8.16"
- name: "Install dependencies (Composer)"
uses: "ramsey/composer-install@v3"