diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f199f83..bfea19f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,13 +7,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout code - uses: actions/checkout@v2 - - name: Check Composer configuration - run: composer validate --strict + - uses: actions/checkout@v2 - name: Install dependencies run: composer install - name: Start Redis uses: supercharge/redis-github-action@1.1.0 - name: Run tests - run: phpunit + run: phpunit \ No newline at end of file diff --git a/composer.lock b/composer.lock index 2895b75..8a221e2 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b717375eb6a119696c1585c50589ddfc", + "content-hash": "5490f9d950e736c489a8814c07b7f580", "packages": [ { "name": "brick/math", @@ -5080,8 +5080,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": { - "ext-redis": "*" - }, + "platform-dev": [], "plugin-api-version": "1.1.0" }