Ignore openswoole dep on roadrunner tests CI

This commit is contained in:
Alejandro Celaya 2023-04-14 09:02:17 +02:00
parent 3ba46bbbfa
commit b45d8de27d

View file

@ -69,7 +69,7 @@ jobs:
with: with:
php-version: ${{ matrix.php-version }} php-version: ${{ matrix.php-version }}
tools: composer tools: composer
- run: composer install --no-interaction --prefer-dist - run: composer install --no-interaction --prefer-dist --ignore-platform-req=ext-openswoole
- run: ./vendor/bin/rr get --no-interaction --location bin/ && chmod +x bin/rr - run: ./vendor/bin/rr get --no-interaction --location bin/ && chmod +x bin/rr
- run: composer test:api:rr - run: composer test:api:rr