mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-02 08:56:48 +01:00
CI
This commit is contained in:
parent
ea225d4302
commit
205e8f3208
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.9]
|
||||
php-version: ['8.0']
|
||||
php-version: ['7.4']
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -22,6 +22,7 @@ jobs:
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: ${{ matrix.php-version }}
|
||||
extensions: zip, mbstring, pdo_mysql, dom, xsl, openssl, intl, curl, soap, gd
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user