Skip to content

Commit

Permalink
add matrix java versions to workflow test
Browse files Browse the repository at this point in the history
Signed-off-by: David Cui <davidcui@amazon.com>
  • Loading branch information
davidcui1225 committed Feb 25, 2022
1 parent b828d72 commit 25c9ea6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
strategy:
matrix:
java: [8, 11, 14, 17]

runs-on: ubuntu-latest

steps:
Expand All @@ -34,6 +33,8 @@ jobs:
run: |
cd reports-scheduler
./gradlew build -Dopensearch.version=${{ env.OPENSEARCH_VERSION }}
with:
java-version: ${{ matrix.java }}

- name: Upload coverage
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit 25c9ea6

Please sign in to comment.