Skip to content

Commit c9734d6

Browse files
committed
Update: target JDK to 21 as reference;
1 parent e58bc70 commit c9734d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/setup-java@v4
1313
with:
1414
distribution: 'zulu'
15-
java-version: '17'
15+
java-version: '21'
1616
- name: Lint
1717
run: |
1818
./gradlew ktlintCheck

0 commit comments

Comments
 (0)