Skip to content

Commit

Permalink
Remove JDK14 from CI (opensearch-project#335)
Browse files Browse the repository at this point in the history
Signed-off-by: vamsi-amazon <[email protected]>
  • Loading branch information
vmmusings authored Apr 11, 2022
1 parent 6a95936 commit c3d11f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reports-scheduler-release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- name: Checkout Plugin
uses: actions/checkout@v1

- name: Set up JDK 1.14
- name: Set up JDK 1.17
uses: actions/setup-java@v1
with:
java-version: 1.14
java-version: 1.17

- name: Run build
run: |
Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:
aws s3 cp --quiet $rpm ${s3_prefix}${rpm_outfile}
echo "Copying ${deb} to ${s3_prefix}${deb_outfile}"
aws s3 cp --quiet $deb ${s3_prefix}${deb_outfile}
aws s3 cp --quiet $deb ${s3_prefix}${deb_outfile}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
matrix:
java:
- 11
- 14
- 17
runs-on: ubuntu-latest

Expand Down

0 comments on commit c3d11f7

Please sign in to comment.