Updated to openswoole 4.12

This commit is contained in:
Alejandro Celaya
2022-10-03 20:00:31 +02:00
parent 6f135ad6ab
commit 96dbdbe7c9
8 changed files with 8 additions and 8 deletions

View File

@@ -28,7 +28,7 @@ jobs:
- uses: './.github/actions/ci-setup'
with:
php-version: ${{ matrix.php-version }}
php-extensions: openswoole-4.11.1, pdo_sqlsrv-5.10.1
php-extensions: openswoole-4.12.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' }}