This commit is contained in:
loviuz 2021-05-15 17:16:49 +02:00 committed by GitHub
parent ea225d4302
commit 205e8f3208
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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