Skip to content

Commit

Permalink
chore(workflow): drop 7.4 and add 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GetulioMeirelles authored and williancs committed Jul 25, 2023
1 parent 3cc7486 commit b263044
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
strategy:
matrix:
php:
- '7.4'
- '8.0'
- '8.1'
- '8.2'
env:
KAFKA_BROKER_CONNECTIONS: 'localhost:9092'
services:
Expand All @@ -28,11 +28,14 @@ jobs:
image: bitnami/kafka
ports:
- '9092:9092'
- '29092:29092'
env:
KAFKA_LISTENERS: 'PLAINTEXT://:9092'
KAFKA_CFG_ADVERTISED_LISTENERS: 'PLAINTEXT://localhost:9092'
KAFKA_CFG_ZOOKEEPER_CONNECT: 'zookeeper:2181'
ALLOW_PLAINTEXT_LISTENER: yes
KAFKA_CFG_LISTENER_SECURITY_PROTOCOL_MAP: PLAINTEXT:PLAINTEXT,PLAINTEXT_HOST:PLAINTEXT
KAFKA_CFG_LISTENERS: PLAINTEXT://:9092,PLAINTEXT_HOST://:29092
KAFKA_CFG_ADVERTISED_LISTENERS: PLAINTEXT://kafka:9092,PLAINTEXT_HOST://localhost:29092
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit b263044

Please sign in to comment.