Skip to content

Commit

Permalink
PARQUET-2313: Bump actions/setup-java from 1 to 3 (#203)
Browse files Browse the repository at this point in the history
* Bump actions/setup-java from 1 to 3

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 3.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v1...v3)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Add distribution

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fokko Driesprong <[email protected]>
  • Loading branch information
dependabot[bot] and Fokko committed Sep 21, 2023
1 parent c8f7f94 commit aeae806
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,16 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ '1.8', '11' ]
java: [ '8', '11', '17' ]
name: Build Parquet with JDK ${{ matrix.java }}

steps:
- uses: actions/checkout@master
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: temurin
- name: before_install
run: |
sudo apt-get update -qq
Expand Down

0 comments on commit aeae806

Please sign in to comment.