Fixed typo in ci workflow

This commit is contained in:
Alejandro Celaya 2021-09-26 10:20:09 +02:00
parent fb26a8ae50
commit 1f8fcdb0f3

View file

@ -198,7 +198,7 @@ jobs:
extensions: swoole-4.7.1, pdo_sqlsrv-5.10.0beta1
coverage: none
- name: Use PHP
if: ${{ matrix.php-version == '8.1' }}
if: ${{ matrix.php-version != '8.1' }}
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}