Skip to content

Commit

Permalink
Run Kafka tests on CI for Kafka broker 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ozangunalp committed Nov 30, 2021
1 parent 00f9ff3 commit 746ae3e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-main-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
java: [
{'version': '8'},
{'version': '11'},
{
'version': '11',
'build_opts': '-Dkafka-container-version=latest-kafka-2.8.0 -pl smallrye-reactive-messaging-kafka --also-make',
'name': 'Kafka tests against Kafka Broker 2.8.0'
},
{
'version': '16',
'opts': '--illegal-access=permit' # required for kotlin
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/build-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
java: [
{'version': '8'},
{'version': '11'},
{
'version': '11',
'build_opts': '-Dkafka-container-version=latest-kafka-2.8.0 -pl smallrye-reactive-messaging-kafka --also-make',
'name': 'Kafka tests against Kafka Broker 2.8.0'
},
{
'version': '16',
'opts': '--illegal-access=permit' # required for kotlin
Expand Down

0 comments on commit 746ae3e

Please sign in to comment.