mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-18 04:20:50 +01:00
CI
This commit is contained in:
parent
abae152a13
commit
09661743b3
13
.github/workflows/main.yml
vendored
13
.github/workflows/main.yml
vendored
@ -18,11 +18,14 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Set up PHP ${{ matrix.php-version }}
|
# - name: Set up PHP ${{ matrix.php-version }}
|
||||||
uses: shivammathur/setup-php@v2
|
# uses: shivammathur/setup-php@v2
|
||||||
with:
|
# with:
|
||||||
php-version: ${{ matrix.php-version }}
|
# php-version: ${{ matrix.php-version }}
|
||||||
extensions: zip, mbstring, pdo_mysql, mysql, dom, xsl, openssl, intl, curl, soap, gd
|
# extensions: zip, mbstring, pdo_mysql, mysql, dom, xsl, openssl, intl, curl, soap, gd
|
||||||
|
|
||||||
|
- name: Setup PHP
|
||||||
|
run: sudo apt -y install php php-cli php-fpm php-json php-common php-mysql php-zip php-gd php-mbstring php-curl php-xml php-pear php-bcmath
|
||||||
|
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user