We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df59497 commit 3ca34b1Copy full SHA for 3ca34b1
.github/workflows/ci.yml
@@ -23,6 +23,7 @@ jobs:
23
- dependency-versions: "lowest"
24
php-version: "8.2"
25
env:
26
+ CLICKHOUSE_SKIP_USER_SETUP: 1
27
CLICKHOUSE_VERSION: "24.8"
28
29
steps:
@@ -74,6 +75,7 @@ jobs:
74
75
dependency-versions:
76
- "highest"
77
78
79
CLICKHOUSE_VERSION: ${{ matrix.clickhouse-version }}
80
81
.github/workflows/infection.yml
@@ -11,6 +11,7 @@ jobs:
11
Infection:
12
runs-on: ubuntu-latest
13
14
15
CLICKHOUSE_VERSION: "22.10"
16
17
tests/docker-compose.yaml
@@ -11,3 +11,5 @@ services:
nofile:
soft: 262144
hard: 262144
+ environment:
0 commit comments