Skip to content

Commit

Permalink
Use librdkafka v1.8.0 in tests (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Nov 23, 2021
1 parent 7035fba commit 4e3508e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -9,7 +9,7 @@ on:
- cron: "42 3 * * *"

env:
LIBRDKAFKA_VERSION: v1.4.2
LIBRDKAFKA_VERSION: v1.8.0

jobs:
phpunit:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Expand Up @@ -7,7 +7,7 @@ on:
- "master"

env:
LIBRDKAFKA_VERSION: v1.4.2
LIBRDKAFKA_VERSION: v1.8.0

jobs:
coding-standards:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/infection.yaml
Expand Up @@ -7,7 +7,7 @@ on:
- "master"

env:
LIBRDKAFKA_VERSION: v1.4.2
LIBRDKAFKA_VERSION: v1.8.0

jobs:
Infection:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Expand Up @@ -7,7 +7,7 @@ on:
- "master"

env:
LIBRDKAFKA_VERSION: v1.4.2
LIBRDKAFKA_VERSION: v1.8.0

jobs:
static-analysis-phpstan:
Expand Down

0 comments on commit 4e3508e

Please sign in to comment.