Skip to content

Commit e657297

Browse files
feat(ci): Set up JDK 17
1 parent b7731f1 commit e657297

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@v4
1515

16-
- name: Set up JDK 11
16+
- name: Set up JDK 17
1717
uses: actions/setup-java@v4
1818
with:
1919
distribution: 'zulu'
20-
java-version: '11'
20+
java-version: '17'
2121

2222
- name: Grant execute permission for gradlew
2323
run: chmod +x gradlew

0 commit comments

Comments
 (0)