Try with bcmath

This commit is contained in:
David Stone
2025-02-02 11:55:00 -07:00
parent e725d9a760
commit 4de07682cd

View File

@ -23,7 +23,7 @@ job-references:
install_dependencies: &install_dependencies install_dependencies: &install_dependencies
name: "Install Dependencies" name: "Install Dependencies"
command: | command: |
sudo -E install-php-extensions mysqli gd gmp sudo -E install-php-extensions mysqli gd bcmath
sudo -E install-php-extensions @composer sudo -E install-php-extensions @composer
php_job: &php_job php_job: &php_job