Update to rr-cli 2.5, and do not generate config

This commit is contained in:
Alejandro Celaya
2023-05-02 08:43:14 +02:00
parent e80b7448f5
commit a516ef691d
5 changed files with 4 additions and 5 deletions

View File

@@ -70,7 +70,7 @@ jobs:
php-version: ${{ matrix.php-version }}
tools: composer
- 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 --no-config --location bin/ && chmod +x bin/rr
- run: composer test:api:rr
sqlite-db-tests: