We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5802afe commit 570139fCopy full SHA for 570139f
.github/workflows/php84-alpha.yml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
sudo add-apt-repository ppa:ondrej/php
26
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
+ 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
28
sudo update-alternatives --set php /usr/bin/php8.4
29
which php
30
php --version
0 commit comments