Skip to content

Commit 8a8633f

Browse files
committed
build: fix workflow java version
1 parent fa947cb commit 8a8633f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Setup Java
7373
uses: actions/setup-java@v2.3.1
7474
with:
75-
java-version: 11
75+
java-version: 17
7676
distribution: adopt
7777
cache: gradle
7878

0 commit comments

Comments
 (0)