Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c778cf1

Browse filesBrowse files
Bump actions/setup-java from 1 to 2.1.0 (#157)
* Bump actions/setup-java from 1 to 2.1.0 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 2.1.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v1...v2.1.0) Signed-off-by: dependabot[bot] <support@github.com> * fix setup-java action upgrade Signed-off-by: Olivier Lamy <olamy@apache.org> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Olivier Lamy <olamy@apache.org>
1 parent 572701f commit c778cf1
Copy full SHA for c778cf1

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed

‎.github/workflows/maven.yml

Copy file name to clipboardExpand all lines: .github/workflows/maven.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
matrix:
2727
os: [ubuntu-latest, windows-latest, macOS-latest]
2828
java: [8, 11, 16, 17-ea]
29+
jdk: [adopt-hotspot, zulu, adopt-openj9]
2930
fail-fast: false
3031

3132
runs-on: ${{ matrix.os }}
@@ -44,8 +45,9 @@ jobs:
4445
maven-${{ matrix.os }}-
4546
4647
- name: Set up JDK
47-
uses: actions/setup-java@v1
48+
uses: actions/setup-java@v2.1.0
4849
with:
50+
distribution: ${{ matrix.jdk }}
4951
java-version: ${{ matrix.java }}
5052

5153
- name: Build with Maven

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.