From 4d6ff74aa2856d07f55c75441ec93138fcf85849 Mon Sep 17 00:00:00 2001 From: Maxim Babichev Date: Thu, 14 Mar 2024 22:58:28 +0300 Subject: [PATCH] fix --- .github/workflows/phpunits.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/phpunits.yaml b/.github/workflows/phpunits.yaml index 2c2aeba..5db2a8a 100644 --- a/.github/workflows/phpunits.yaml +++ b/.github/workflows/phpunits.yaml @@ -13,9 +13,6 @@ jobs: strategy: matrix: php-versions: [8.2, 8.3] - databases: [testing, pgsql, mysql, mariadb] - caches: [array, redis, memcached] - locks: [array, redis, memcached] services: clickhouse: @@ -75,10 +72,6 @@ jobs: - name: Run test suite id: unit-run run: composer parabench - env: - WALLET_CACHE_DRIVER: ${{ matrix.caches }} - WALLET_LOCK_DRIVER: ${{ matrix.locks }} - DB_CONNECTION: ${{ matrix.databases }} - name: Send coverage id: codeclimate-send