Skip to content

Commit f66cf2d

Browse files
committed
set java compile version 11
1 parent 6e3830a commit f66cf2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up JDK
2525
uses: actions/setup-java@v3
2626
with:
27-
java-version: '8'
27+
java-version: '11'
2828
distribution: 'temurin'
2929
cache: maven
3030

0 commit comments

Comments
 (0)