Updated to openswoole 4.12.1

This commit is contained in:
Alejandro Celaya
2023-01-22 20:57:48 +01:00
parent 758dac47c3
commit f3855dbc6f
8 changed files with 8 additions and 8 deletions

View File

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