Skip to content

Set bootstrap.servers using rd_kafka_conf_set() #13

Set bootstrap.servers using rd_kafka_conf_set()

Set bootstrap.servers using rd_kafka_conf_set() #13

Workflow file for this run

name: build
on:
push:
branches:
- master
- main
pull_request:
jobs:
test:
strategy:
fail-fast: false
matrix:
pg: [15, 14, 13, 12, 11, 10]
name: PostgreSQL ${{ matrix.pg }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: docker build --tag tests --build-arg="PG_VERSION=${{ matrix.pg }}" .
- run: docker run --rm tests