diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33e9590..df532d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: - cron: "42 3 * * *" env: - LIBRDKAFKA_VERSION: v1.4.2 + LIBRDKAFKA_VERSION: v1.8.0 jobs: phpunit: diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 52087f2..d8dbc85 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -7,7 +7,7 @@ on: - "master" env: - LIBRDKAFKA_VERSION: v1.4.2 + LIBRDKAFKA_VERSION: v1.8.0 jobs: coding-standards: diff --git a/.github/workflows/infection.yaml b/.github/workflows/infection.yaml index 8df9efa..408e9f1 100644 --- a/.github/workflows/infection.yaml +++ b/.github/workflows/infection.yaml @@ -7,7 +7,7 @@ on: - "master" env: - LIBRDKAFKA_VERSION: v1.4.2 + LIBRDKAFKA_VERSION: v1.8.0 jobs: Infection: diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 4cec64f..07a04f7 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -7,7 +7,7 @@ on: - "master" env: - LIBRDKAFKA_VERSION: v1.4.2 + LIBRDKAFKA_VERSION: v1.8.0 jobs: static-analysis-phpstan: