Skip to content

Commit

Permalink
Keep using Java 11 for testing and publishing
Browse files Browse the repository at this point in the history
(cherry picked from commit 5d00ffa)
  • Loading branch information
mkurz authored and mergify[bot] committed Mar 8, 2024
1 parent b713e8b commit 42c28e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,14 @@ jobs:
check-binary-compatibility:
name: Binary Compatibility
uses: playframework/.github/.github/workflows/binary-check.yml@v4
with:
java: 11

check-docs:
name: Docs
uses: playframework/.github/.github/workflows/cmd.yml@v4
with:
java: 11
cmd: sbt docs/validateDocs

tests:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ jobs:
publish-artifacts:
name: Publish / Artifacts
uses: playframework/.github/.github/workflows/publish.yml@v4
with:
java: 11
secrets: inherit

0 comments on commit 42c28e1

Please sign in to comment.