Skip to content

Commit

Permalink
Set cross-cluster-replication plugin 3.0.0 baseline JDK version to JD…
Browse files Browse the repository at this point in the history
…K-21

Signed-off-by: aggarwalShivani <[email protected]>
  • Loading branch information
aggarwalShivani authored and ankitkala committed Jan 30, 2025
1 parent 6198b4e commit d6ed239
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/security-knn-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ jobs:

steps:
# This step uses the setup-java Github action: https://github.com/actions/setup-java
- name: Set Up JDK 17
- name: Set Up JDK 21
uses: actions/setup-java@v1
with:
java-version: 17
java-version: 21
# This step uses the checkout Github action: https://github.com/actions/checkout
- name: Checkout Branch
uses: actions/checkout@v4
Expand Down Expand Up @@ -110,10 +110,10 @@ jobs:

steps:
# This step uses the setup-java Github action: https://github.com/actions/setup-java
- name: Set Up JDK 17
- name: Set Up JDK 21
uses: actions/setup-java@v1
with:
java-version: 17
java-version: 21
# This step uses the checkout Github action: https://github.com/actions/checkout
- name: Checkout Branch
uses: actions/checkout@v4
Expand Down

0 comments on commit d6ed239

Please sign in to comment.