Skip to content

Commit

Permalink
Bump website release java version to 11, for mdoc
Browse files Browse the repository at this point in the history
Mdoc had to switch to Java 11+
  • Loading branch information
antonsviridov-src committed Aug 20, 2024
1 parent 4a6906a commit 6b878df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 8
java-version: 11
cache: 'sbt'
- run: sbt docs/docusaurusPublishGhpages
env:
Expand Down

0 comments on commit 6b878df

Please sign in to comment.