Skip to content

Commit

Permalink
Added 1.3.18, 2.16.0, removed unsupported 1.x.
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <[email protected]>
  • Loading branch information
dblock committed Aug 19, 2024
1 parent b3fb790 commit ea08582
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ jobs:
matrix:
secured: ["true", "false"]
entry:
- { opensearch_version: 1.1.0 }
- { opensearch_version: 1.2.4 }
- { opensearch_version: 1.3.15 }
- { opensearch_version: 1.3.18 }
- { opensearch_version: 2.0.1 }
- { opensearch_version: 2.1.0 }
- { opensearch_version: 2.2.1 }
Expand All @@ -29,11 +27,12 @@ jobs:
- { opensearch_version: 2.13.0 }
- { opensearch_version: 2.14.0 }
- { opensearch_version: 2.15.0 }
- { opensearch_version: 2.16.0 }
steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v5
with: { go-version-file: 'go.mod' }
with: { go-version-file: "go.mod" }

- run: go version

Expand Down

0 comments on commit ea08582

Please sign in to comment.