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 edipoReboucas committed Jul 25, 2023
1 parent 3cc7486 commit 94d2e37
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
strategy:
matrix:
php:
- '7.4'
- '8.0'
- '8.1'
# - '8.1'
# - '8.2'
env:
KAFKA_BROKER_CONNECTIONS: 'localhost:9092'
KAFKA_BROKER_CONNECTIONS: 'kafka:9092'
services:
zookeeper:
image: bitnami/zookeeper
Expand All @@ -29,9 +29,6 @@ jobs:
ports:
- '9092:9092'
env:
KAFKA_LISTENERS: 'PLAINTEXT://:9092'
KAFKA_CFG_ADVERTISED_LISTENERS: 'PLAINTEXT://localhost:9092'
KAFKA_CFG_ZOOKEEPER_CONNECT: 'zookeeper:2181'
ALLOW_PLAINTEXT_LISTENER: yes
steps:
- name: Checkout
Expand Down

0 comments on commit 94d2e37

Please sign in to comment.