Skip to content

Commit

Permalink
Merge pull request #668 from uPortal-Project/renovate/actions-setup-j…
Browse files Browse the repository at this point in the history
…ava-4.x

chore(deps): update actions/setup-java action to v4
  • Loading branch information
ChristianMurphy authored Jul 16, 2024
2 parents 6b73b6e + 8c39208 commit 60ce68f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,27 @@ jobs:
matrix:
platform:
- ubuntu-latest
- windows-latest
- macos-latest
java-distribution:
- adopt-hotspot
- temurin
- zulu
java-version:
- 8
- 11
include:
- platform: windows-latest
java-distribution: adopt-hotspot
java-version: 11
- platform: macos-latest
java-distribution: adopt-hotspot
java-version: 11
runs-on: ${{ matrix.platform }}
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: ${{ matrix.java-distribution }}
java-version: ${{ matrix.java-version }}
Expand Down

0 comments on commit 60ce68f

Please sign in to comment.