Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: actions/setup-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: actions/setup-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 2 commits
  • 11 files changed
  • 4 contributors

Commits on May 27, 2021

  1. Automate releasing new versions of the "setup-java" action (#182)

    * Automate releasing new versions of the setup-java action
    
    * Use permissions as a top-level key
    
    Co-authored-by: MaksimZhukov <[email protected]>
    MaksimZhukov and MaksimZhukov authored May 27, 2021
    Configuration menu
    Copy the full SHA
    ad01d13 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Add support for Eclipse Temurin (#201)

    * Add support for Adoptium OpenJDK
    
    Refs #191
    
    * Rename distribution to Eclipse Temurin
    
    * Update end-to-end tests in GitHub workflows
    
    * Exclude e2e tests for Temurin JREs for now
    
    * fix version
    
    * Update e2e-versions.yml
    
    * Handle Eclipse Temurin version suffixes ("beta")
    
    * Add test for new version suffix "beta"
    
    * Add updated `index.js`
    
    * fix an issue
    
    Co-authored-by: Maxim Lobanov <[email protected]>
    joschi and maxim-lobanov authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    4b1b3d4 View commit details
    Browse the repository at this point in the history
Loading