Skip to content

Commit

Permalink
Merge remote-tracking branch 'PrarthonaPaul/ELY-2769' into ELY-2760
Browse files Browse the repository at this point in the history
  • Loading branch information
ivassile committed May 29, 2024
2 parents 17d372d + 10e3eb2 commit 1a1ea7e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
java: ['11', '17', '21']
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
with:
java-version: 11
java-version: ${{ matrix.java }}
# ELY-2204 - Temporarily preventing OidcTest from running on macOS since there
# are intermittent issues with starting up the Docker container.
#- if: matrix.os == 'macos-latest'
Expand Down

0 comments on commit 1a1ea7e

Please sign in to comment.