Skip to content

Commit 74119aa

Browse files
committed
chore(deps): run on librdkafka v2.6.1
1 parent 24a851b commit 74119aa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- cron: "42 3 * * *"
1010

1111
env:
12-
LIBRDKAFKA_VERSION: v1.7.0
12+
LIBRDKAFKA_VERSION: v2.6.1
1313

1414
jobs:
1515
phpunit:

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- "master"
88

99
env:
10-
LIBRDKAFKA_VERSION: v1.7.0
10+
LIBRDKAFKA_VERSION: v2.6.1
1111

1212
jobs:
1313
coding-standards:

.github/workflows/infection.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- "master"
88

99
env:
10-
LIBRDKAFKA_VERSION: v1.7.0
10+
LIBRDKAFKA_VERSION: v2.6.1
1111

1212
jobs:
1313
Infection:

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- "master"
88

99
env:
10-
LIBRDKAFKA_VERSION: v1.7.0
10+
LIBRDKAFKA_VERSION: v2.6.1
1111

1212
jobs:
1313
static-analysis-phpstan:

0 commit comments

Comments
 (0)