Skip to content

Commit

Permalink
Add additional workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkregel committed Dec 28, 2023
1 parent 52621c1 commit 55e3848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
sudo apt update
sudo apt install -y software-properties-common
sudo add-apt-repository ppa:ondrej/php -y
sudo apt install -y php8.2-{common,cli,gd,curl,mysql,mbstring,dom,xml,simplexml}
sudo apt install -y php8.2-{common,cli,gd,curl,mysql,mbstring,bcmath,intl,zip,imap,ssh2,dom,xml,simplexml}
curl -s https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer
git submodule init
Expand Down

0 comments on commit 55e3848

Please sign in to comment.