Skip to content

Commit

Permalink
Fix jdk version for CI test secure cluster action (#801) (#806)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Gaievski <[email protected]>
Co-authored-by: Martin Gaievski <[email protected]>
  • Loading branch information
vibrantvarun and martin-gaievski authored Jun 25, 2024
1 parent 29fcabc commit a69c6f0
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 a69c6f0

Please sign in to comment.