Skip to content

Commit

Permalink
Change workflows java version to 21 from 11
Browse files Browse the repository at this point in the history
Signed-off-by: Kshitij Tandon <tandonks@amazon.com>
  • Loading branch information
tandonks committed Oct 23, 2024
1 parent f4cc8da commit 31b4df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-java@v1
with:
# TODO: Parse this from index management plugin
java-version: 11
java-version: 21
- name: Checkout index management
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 31b4df7

Please sign in to comment.