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 26, 2023
1 parent 3cc7486 commit 7034a34
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,18 @@ jobs:
strategy:
matrix:
php:
- '7.4'
- '8.0'
- '8.1'
- '8.2'
env:
KAFKA_BROKER_CONNECTIONS: 'localhost:9092'
services:
zookeeper:
image: bitnami/zookeeper
env:
ALLOW_ANONYMOUS_LOGIN: yes
kafka:
image: bitnami/kafka
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 7034a34

Please sign in to comment.