Skip to content

Commit

Permalink
Upgrade JDK8 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dgroup committed Oct 20, 2024
1 parent 188ccd8 commit 0791f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '8.0.312+7'
java-version: '8.0.432+6'
check-latest: true
- name: Cache Maven packages
uses: actions/cache@v4
Expand Down

0 comments on commit 0791f9c

Please sign in to comment.