Skip to content

Commit 7c1af3d

Browse files
authored
docs: build 2.x docs on Java 17 (#2572)
1 parent 509b18e commit 7c1af3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-2.0-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
fetch-tags: true
4040
persist-credentials: false
4141

42-
- name: Setup Java 11
42+
- name: Setup Java 17
4343
uses: actions/setup-java@v5
4444
with:
4545
distribution: temurin
46-
java-version: 11
46+
java-version: 17
4747

4848
- name: Install sbt
4949
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14

0 commit comments

Comments
 (0)