Skip to content

Commit

Permalink
Merge pull request #997 from playframework/mergify/bp/2.10.x/pr-996
Browse files Browse the repository at this point in the history
[2.10.x] Keep using Java 11 for testing and publishing (backport #996) by @mkurz
  • Loading branch information
mergify[bot] authored Mar 8, 2024
2 parents b713e8b + 42c28e1 commit 1fa6bbc
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 1fa6bbc

Please sign in to comment.