Skip to content

Commit 4ab6e58

Browse files
authored
Update actions.yml
1 parent 6dd594e commit 4ab6e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/setup-java@v3
5656
with:
5757
distribution: 'temurin'
58-
java-version: 8
58+
java-version: 11
5959
- name: Publish to Maven Central
6060
run: |
6161
if [[ $(git tag --points-at HEAD) != '' ]]; then

0 commit comments

Comments
 (0)