Add support for openswoole 22

This commit is contained in:
Alejandro Celaya
2023-04-14 08:58:54 +02:00
parent 06f3f0c86c
commit 3ba46bbbfa
11 changed files with 37 additions and 11 deletions

View File

@@ -27,7 +27,7 @@ jobs:
- uses: './.github/actions/ci-setup'
with:
php-version: ${{ matrix.php-version }}
php-extensions: openswoole-4.12.1, pdo_sqlsrv-5.10.1
php-extensions: openswoole-22.0.0, pdo_sqlsrv-5.10.1
extensions-cache-key: db-tests-extensions-${{ matrix.php-version }}-${{ inputs.platform }}
- name: Create test database
if: ${{ inputs.platform == 'ms' }}