Skip to content

Commit 93875ea

Browse files
committed
Update sync-main-doc.yml workflow to Java 17
1 parent 0695b40 commit 93875ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sync-main-doc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
repository: quarkusio/quarkus
1818
path: .quarkus-main-repository
1919

20-
- name: Install JDK 11
20+
- name: Install JDK 17
2121
uses: actions/setup-java@v3
2222
with:
2323
distribution: temurin
24-
java-version: 11
24+
java-version: 17
2525
- name: Get Date
2626
id: get-date
2727
run: |
@@ -41,7 +41,7 @@ jobs:
4141
- name: Rebase before rsync
4242
run: |
4343
git pull origin develop --rebase
44-
44+
4545
- name: Sync guides and generated documentation
4646
run: |
4747
.quarkus-main-repository/docs/sync-web-site.sh main ${PWD}

0 commit comments

Comments
 (0)