Skip to content

Commit fae83f8

Browse files
committed
use java 11 for utility workflow steps
1 parent 98aa493 commit fae83f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- uses: actions/setup-java@v3
6666
with:
6767
distribution: 'temurin'
68-
java-version: 8
68+
java-version: 11
6969
- name: Publish to Maven Central
7070
run: |
7171
if [[ $(git tag --points-at HEAD) != '' ]]; then
@@ -93,7 +93,7 @@ jobs:
9393
- uses: actions/setup-java@v3
9494
with:
9595
distribution: 'temurin'
96-
java-version: '8'
96+
java-version: '11'
9797
- name: Upload Example Zips
9898
run: ./mill uploadToGithub
9999

@@ -112,7 +112,7 @@ jobs:
112112
- uses: actions/setup-java@v3
113113
with:
114114
distribution: 'temurin'
115-
java-version: 8
115+
java-version: 11
116116
- name: Generate Website
117117
run: |
118118
cd docs

0 commit comments

Comments
 (0)