From 7b08f48ae45339ce8a53d5d31439ee512cf935f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 15 May 2020 19:19:13 +0200 Subject: [PATCH 1/3] Enhance CI --- .github/workflows/ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfea19f..96ec4f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,10 +7,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - name: Checkout code + uses: actions/checkout@v2 + - name: Check Composer configuration + run: composer validate --strict - name: Install dependencies run: composer install - name: Start Redis uses: supercharge/redis-github-action@1.1.0 - - name: Run tests - run: phpunit \ No newline at end of file + - name: Run unit tests + run: phpunit From 90b909eba08e50b266f61512249965d8a5aacd98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 15 May 2020 19:42:36 +0200 Subject: [PATCH 2/3] Revert naming tests "unit tests" --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96ec4f6..f199f83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,5 +15,5 @@ jobs: run: composer install - name: Start Redis uses: supercharge/redis-github-action@1.1.0 - - name: Run unit tests + - name: Run tests run: phpunit From a0ace4d035d9d17fc20d23bfd501eee9f77b9705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 15 May 2020 17:54:41 +0000 Subject: [PATCH 3/3] Update Composer lock file --- composer.lock | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/composer.lock b/composer.lock index 8a221e2..2895b75 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": "5490f9d950e736c489a8814c07b7f580", + "content-hash": "b717375eb6a119696c1585c50589ddfc", "packages": [ { "name": "brick/math", @@ -5080,6 +5080,8 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [], + "platform-dev": { + "ext-redis": "*" + }, "plugin-api-version": "1.1.0" }