Skip to content

Commit b95f3ba

Browse files
committed
update jdk
1 parent e6a6705 commit b95f3ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17-
- name: Set up JDK 17
17+
- name: Set up JDK
1818
uses: actions/setup-java@v4
1919
with:
20-
java-version: '17'
20+
java-version: '21'
2121
distribution: 'oracle'
2222

2323
- name: Setup Gradle

0 commit comments

Comments
 (0)