Skip to content

chore: bump com.gradle.plugin-publish from 1.2.1 to 1.2.2 (#189) #126

chore: bump com.gradle.plugin-publish from 1.2.1 to 1.2.2 (#189)

chore: bump com.gradle.plugin-publish from 1.2.1 to 1.2.2 (#189) #126

Workflow file for this run

name: "Master"
on:
push:
branches:
- "master"
jobs:
build:
name: "Build"
runs-on: "ubuntu-latest"
strategy:
matrix:
kafka_version: [
"6.2.6",
"7.2.2",
"7.3.1",
"7.6.0"
]
steps:
- uses: "actions/checkout@v3"
- uses: "gradle/wrapper-validation-action@v1"
- uses: "actions/setup-java@v3"
with:
distribution: "temurin"
java-version: "8"
cache: "gradle"
- name: "Build with Gradle"
env:
KAFKA_VERSION: ${{ matrix.kafka_version }}
run: "./gradlew integrationTest"