Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Mar 14, 2024
1 parent 8fbc032 commit 4d6ff74
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/phpunits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4d6ff74

Please sign in to comment.