Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9effc0c

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

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
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.9.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.9.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.9.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.9.1
6565
ports:
6666
- 9092:9092
6767
env:

‎composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"ircmaxell/php-c-parser": "dev-master#fd8f5efefd0fcc6c5119d945694acaa3a6790ada",
4747
"symplify/easy-coding-standard": "^12.0",
4848
"klitsche/ffigen": "0.8.1",
49-
"klitsche/dog": "^0.4",
49+
"klitsche/dog": "^0.5",
5050
"symfony/dom-crawler": "^5.1",
5151
"symfony/css-selector": "^5.1",
5252
"phpbench/phpbench": "^1.1",

‎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.9.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.9.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)

AltStyle によって変換されたページ (->オリジナル) /