Skip to content

Commit 0aa53ec

Browse files
authoredSep 20, 2024
chore: update ci check (#734)
1 parent 6a43708 commit 0aa53ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/Codecov.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
redis-version: ${{ matrix.redis-version }}
4646

4747

48-
- name: Set up JDK 14
48+
- name: Set up JDK 17
4949
uses: actions/setup-java@v4
5050
with:
5151
distribution: microsoft
52-
java-version: 1.17
52+
java-version: 17
5353

5454
- uses: actions/checkout@v2
5555
with:

0 commit comments

Comments
 (0)
Please sign in to comment.