Skip to content

Commit

Permalink
Fix java version we upload coverage data to codecov for
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbylight committed Nov 23, 2024
1 parent da7f217 commit 37af1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Submit coverage data to codecov
uses: codecov/codecov-action@v5
if: matrix.java == '8'
if: matrix.java == '11'
with:
token: ${{ secrets.CODECOV_TOKEN }}
disable_search: true
Expand Down

0 comments on commit 37af1ed

Please sign in to comment.