Skip to content

Commit

Permalink
WIP-START: AK version matrix build
Browse files Browse the repository at this point in the history
  • Loading branch information
astubbs committed Mar 30, 2021
1 parent 895dac0 commit c904caf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ on:

jobs:
build:
strategy:
fail-fast: false
matrix:
# why not? because we can.
ak: [2.0.1, 2.1.1, 2.2.2, 2.3.1, 2.4.1, 2.5.1, 2.6.1, 2.7.0]

runs-on: ubuntu-latest

Expand Down Expand Up @@ -72,7 +77,7 @@ jobs:
restore-keys: ${{ runner.os }}-m2

- name: Test with Maven on Java 8
run: mvn -B package -P jvm8-release -Djvm8.location=/opt/hostedtoolcache/jdk/8.0.282/x64
run: mvn -B package -P jvm8-release -Djvm8.location=/opt/hostedtoolcache/jdk/8.0.282/x64 -Dkafka.version${{ matrix.ak }}
# - name: Test with Maven on Java 9
# run: mvn -B package -P jvm9-release -Djvm9.location=/opt/hostedtoolcache/jdk/9.0.7/x64
# - name: Test with Maven on Java
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@

<!-- core -->
<slf4j.version>1.7.30</slf4j.version>
<kafka.version>2.5.0</kafka.version>
<kafka.version>2.5.1</kafka.version>
<version.unij>0.1.3</version.unij>

<!-- tests -->
Expand Down

0 comments on commit c904caf

Please sign in to comment.