This commit is contained in:
loviuz 2021-05-15 18:36:13 +02:00 committed by GitHub
parent d0d993a2e2
commit ad01ad61a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ jobs:
- name: Setup PHP
run: |
sudo apt-cache search php
sudo apt -y install php7.4 php7.4-json php7.4-common php7.4-mysql php7.4-zip php7.4-gd php7.4-mbstring php7.4-curl php7.4-xml php7.4-xsl php7.4-intl php7.4-soap
sudo apt -y remove libapache2-mod-php libapache2-mod-php7.4
sudo apt -y install php7.4 php7.4-json php7.4-common php7.4-mysql php7.4-zip php7.4-gd php7.4-mbstring php7.4-curl php7.4-xml php7.4-xsl php7.4-intl php7.4-soap libapache2-mod-php7.4
- name: Enabling PHP module
run: sudo a2enmod php7.4