Skip to content

Commit d43977d

Browse files
authored
update openjdk version to 8.0.382 (#837)
1 parent 02cb4b3 commit d43977d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
if: runner.os == 'macOS'
4242
run: |
4343
brew install openssl@1.1 ccache
44-
- name: Set up JDK 1.8.0.345
44+
- name: Set up JDK 1.8.0.382
4545
uses: actions/setup-java@v3
4646
with:
4747
distribution: 'zulu'
48-
java-version: '8.0.345'
48+
java-version: '8.0.382'
4949
- name: run build test
5050
if: runner.os == 'Windows'
5151
run: ./gradlew.bat build

0 commit comments

Comments
 (0)