Skip to content

Commit 570139f

Browse files
committed
Add bcmath extension
1 parent 5802afe commit 570139f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php84-alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
sudo add-apt-repository ppa:ondrej/php
2626
sudo apt -o Dpkg::Progress-Fancy=0 update
27-
sudo apt -o Dpkg::Progress-Fancy=0 install php8.4 php8.4-dom php8.4-pdo php8.4-sqlite3 php8.4-mysql php8.4-curl php8.4-intl php8.4-mbstring php8.4-cli php8.4-fpm php8.4-ldap
27+
sudo apt -o Dpkg::Progress-Fancy=0 install php8.4 php8.4-dom php8.4-pdo php8.4-sqlite3 php8.4-mysql php8.4-curl php8.4-intl php8.4-mbstring php8.4-cli php8.4-fpm php8.4-ldap php8.4-bcmath
2828
sudo update-alternatives --set php /usr/bin/php8.4
2929
which php
3030
php --version

0 commit comments

Comments
 (0)