Skip to content

Commit

Permalink
Build/publish/release java 11/17/21 but test only with java 21
Browse files Browse the repository at this point in the history
Signed-off-by: Finn Carroll <[email protected]>
  • Loading branch information
finnegancarroll committed Sep 13, 2024
1 parent 683ab18 commit b52cd44
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ anchors:
job_defaults: &job_defaults
strategy:
matrix:
java: [21]
java: [ 11,17,21 ]

jobs:
Get-CI-Image-Tag:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:

jobs:
build-and-publish-snapshots:
strategy:
matrix:
java: [ 11,17,21 ]

runs-on: ubuntu-latest

permissions:
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/multi-node-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,16 @@ on:
branches:
- "*"

anchors:
job_defaults: &job_defaults
strategy:
matrix:
java: [21]

jobs:
Get-CI-Image-Tag:
uses: opensearch-project/opensearch-build/.github/workflows/get-ci-image-tag.yml@main
with:
product: opensearch

build:
strategy:
matrix:
java: [ 21 ]
# Job name
needs: Get-CI-Image-Tag
name: Build Asynchronous Search
Expand Down

0 comments on commit b52cd44

Please sign in to comment.