Skip to content

Commit 503a061

Browse files
chore(deps): update all non-major dependencies
1 parent 1070e00 commit 503a061

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

.github/workflows/test-extension-compatibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
- '6.x'
2121
services:
2222
zookeeper:
23-
image: confluentinc/cp-zookeeper:7.7.1
23+
image: confluentinc/cp-zookeeper:7.8.1
2424
ports:
2525
- 2181:2181
2626
env:
2727
ZOOKEEPER_CLIENT_PORT: 2181
2828
ZOOKEEPER_TICK_TIME: 2000
2929
kafka:
30-
image: confluentinc/cp-kafka:7.7.1
30+
image: confluentinc/cp-kafka:7.8.1
3131
ports:
3232
- 9092:9092
3333
env:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ jobs:
5454
continue-on-error: ${{ matrix.librdkafka == 'master' }}
5555
services:
5656
zookeeper:
57-
image: confluentinc/cp-zookeeper:7.7.1
57+
image: confluentinc/cp-zookeeper:7.8.1
5858
ports:
5959
- 2181:2181
6060
env:
6161
ZOOKEEPER_CLIENT_PORT: 2181
6262
ZOOKEEPER_TICK_TIME: 2000
6363
kafka:
64-
image: confluentinc/cp-kafka:7.7.1
64+
image: confluentinc/cp-kafka:7.8.1
6565
ports:
6666
- 9092:9092
6767
env:

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ networks:
33

44
services:
55
zookeeper:
6-
image: confluentinc/cp-zookeeper:7.7.1
6+
image: confluentinc/cp-zookeeper:7.8.1
77
ports:
88
- 2181:2181
99
environment:
@@ -13,7 +13,7 @@ services:
1313
- php-rdkafka-ffi
1414

1515
kafka:
16-
image: confluentinc/cp-kafka:7.7.1
16+
image: confluentinc/cp-kafka:7.8.1
1717
ports:
1818
- 9092:9092
1919
hostname: kafka

resources/docker/php80-librdkafka-ffi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.0-cli
1+
FROM php:8.4-cli
22

33
# enable ffi and install librdkafka
44
ARG LIBRDKAFKA_VERSION=v2.8.0

resources/docker/php81-librdkafka-ffi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.1-cli
1+
FROM php:8.4-cli
22

33
# enable ffi and install librdkafka
44
ARG LIBRDKAFKA_VERSION=v2.8.0

resources/docker/php82-librdkafka-ffi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.2-cli
1+
FROM php:8.4-cli
22

33
# enable ffi and install librdkafka
44
ARG LIBRDKAFKA_VERSION=v2.8.0

resources/docker/php83-librdkafka-ffi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.3-cli
1+
FROM php:8.4-cli
22

33
# enable ffi and install librdkafka
44
ARG LIBRDKAFKA_VERSION=v2.8.0

0 commit comments

Comments
 (0)