mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-03-30 11:00:23 +02:00
CI
This commit is contained in:
parent
7ab2001486
commit
d0d993a2e2
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -25,7 +25,9 @@ jobs:
|
||||
# extensions: zip, mbstring, pdo_mysql, mysql, dom, xsl, openssl, intl, curl, soap, gd
|
||||
|
||||
- name: Setup PHP
|
||||
run: 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
|
||||
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
|
||||
|
||||
- name: Enabling PHP module
|
||||
run: sudo a2enmod php7.4
|
||||
|
Loading…
x
Reference in New Issue
Block a user