Skip to content

Commit

Permalink
Update ci-publish Java to 8.0.372+7
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Porunov <[email protected]>
(cherry picked from commit bf22b55)
  • Loading branch information
porunov committed Jun 27, 2023
1 parent 653ef80 commit 263adca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-publish-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '8.0.312+7'
java-version: '8.0.372+7'
java-package: jdk
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-publish-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '8.0.312+7'
java-version: '8.0.372+7'
java-package: jdk
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit 263adca

Please sign in to comment.