Skip to content

Commit

Permalink
Use a pined jdk 8 version in github action,as a workaround for issue #…
Browse files Browse the repository at this point in the history
  • Loading branch information
Junchuan Wang committed Jan 20, 2022
1 parent 6b9cef2 commit 2096b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [8]
java: [8.0.312+7]
name: Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 2096b20

Please sign in to comment.