Skip to content

Commit ed774eb

Browse files
committed
Fixed tests.
Signed-off-by: Pavel Kirilin <win10@list.ru>
1 parent fbd42d0 commit ed774eb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
pytest:
3030
services:
3131
zookeeper:
32-
image: bitnami/zookeeper
32+
image: bitnami/zookeeper:3.8.1
3333
ports:
3434
- 2181:2181
3535
env:
@@ -40,7 +40,7 @@ jobs:
4040
--health-timeout 5s
4141
--health-retries 5
4242
kafka:
43-
image: bitnami/kafka
43+
image: bitnami/kafka:3.4.1
4444
ports:
4545
- 9092:9092
4646
options: >-
@@ -53,6 +53,7 @@ jobs:
5353
ALLOW_PLAINTEXT_LISTENER: yes
5454
KAFKA_CFG_LISTENERS: PLAINTEXT://:9092
5555
KAFKA_CFG_ADVERTISED_LISTENERS: PLAINTEXT://127.0.0.1:9092
56+
KAFKA_ENABLE_KRAFT: "no"
5657
permissions:
5758
checks: write
5859
pull-requests: write

0 commit comments

Comments
 (0)