This repository was archived by the owner on Oct 27, 2025. It is now read-only.
  
  
  
  
    
    
    
      
    
  
  
    
File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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" 
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ networks:
33
44services :
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 
Original file line number Diff line number Diff line change 1- FROM  php:8.0 -cli
1+ FROM  php:8.4 -cli
22
33#  enable ffi and install librdkafka
44ARG  LIBRDKAFKA_VERSION=v2.8.0
Original file line number Diff line number Diff line change 1- FROM  php:8.1 -cli
1+ FROM  php:8.4 -cli
22
33#  enable ffi and install librdkafka
44ARG  LIBRDKAFKA_VERSION=v2.8.0
Original file line number Diff line number Diff line change 1- FROM  php:8.2 -cli
1+ FROM  php:8.4 -cli
22
33#  enable ffi and install librdkafka
44ARG  LIBRDKAFKA_VERSION=v2.8.0
Original file line number Diff line number Diff line change 1- FROM  php:8.3 -cli
1+ FROM  php:8.4 -cli
22
33#  enable ffi and install librdkafka
44ARG  LIBRDKAFKA_VERSION=v2.8.0
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments