Skip to content

Commit

Permalink
JDK version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dbwiddis committed Jan 20, 2024
1 parent a6ac83a commit 301e76b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
integ-test-with-security-linux:
strategy:
matrix:
java: [11, 17, 21]
java: [21.0.1, 21.0.2]
distro: [temurin, zulu, coretto]

name: Run Security Integration Tests on Linux
runs-on: ubuntu-latest
Expand All @@ -34,7 +35,7 @@ jobs:
- name: Setup Java ${{ matrix.java }}
uses: actions/setup-java@v3
with:
distribution: 'temurin'
distribution: ${{ matrix.distro }}
java-version: ${{ matrix.java }}
- name: Run tests
# switching the user, as OpenSearch cluster can only be started as root/Administrator on linux-deb/linux-rpm/windows-zip.
Expand Down

0 comments on commit 301e76b

Please sign in to comment.