Updated to openswoole 4.11.1 in docker images

This commit is contained in:
Alejandro Celaya
2022-05-09 08:00:54 +02:00
parent 2d51bd895d
commit 9ae8804095
7 changed files with 11 additions and 11 deletions

View File

@@ -20,7 +20,7 @@ jobs:
with:
php-version: ${{ matrix.php-version }}
tools: composer
extensions: openswoole-4.11.0
extensions: openswoole-4.11.1
- if: ${{ matrix.swoole == 'yes' }}
run: ./build.sh ${GITHUB_REF#refs/tags/v}
- if: ${{ matrix.swoole == 'no' }}