Skip to content

Commit

Permalink
Merge pull request #2142 from PrarthonaPaul/ELY-2727
Browse files Browse the repository at this point in the history
[ELY-2727] Update CI to also run with JDK 21
  • Loading branch information
fjuma authored May 6, 2024
2 parents 460cda3 + e4fd826 commit 64fe800
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 64fe800

Please sign in to comment.