Skip to content

Commit

Permalink
Fix jdk version for CI test secure cluster action (opensearch-project…
Browse files Browse the repository at this point in the history
…#801)

Signed-off-by: Martin Gaievski <[email protected]>
  • Loading branch information
martin-gaievski authored Jun 21, 2024
1 parent 29fcabc commit 3e4a2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
integ-test-with-security-linux:
strategy:
matrix:
java: [11, 17, 21]
java: [21]

name: Run Integration Tests on Linux
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3e4a2ef

Please sign in to comment.