In scope of this pull request we add support for Microsoft Build of OpenJDK (#252).
steps:
  - name: Checkout
    uses: actions/checkout@v2
  - name: Setup-java
    uses: actions/setup-java@v2
    with:
      distribution: microsoft
      java-version: 11Supported distributions
Currently, the following distributions are supported:
| Keyword | Distribution | Official site | License | 
|---|---|---|---|
temurin | 
Eclipse Temurin | Link | Link | 
zulu | 
Zulu OpenJDK | Link | Link | 
adopt or adopt-hotspot | 
Adopt OpenJDK Hotspot | Link | Link | 
adopt-openj9 | 
Adopt OpenJDK OpenJ9 | Link | Link | 
liberica | 
Liberica JDK | Link | Link | 
microsoft | 
Microsoft Build of OpenJDK | Link | Link |