Skip to content

Commit

Permalink
Added 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
komu committed Aug 1, 2023
1 parent 05a81d8 commit 40b8852
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
opensearchVersion: ['2.5.0']
opensearchVersion: ['2.5.0', '2.9.0']
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
opensearchVersion: ['2.5.0']
opensearchVersion: ['2.5.0', '2.9.0']
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

val baseVersion = System.getProperty("baseVersion") ?: "0.1"
val opensearchVersion = System.getProperty("opensearchVersion") ?: "2.5.0"
val opensearchVersion = System.getProperty("opensearchVersion") ?: "2.9.0"

group = "fi.evident.opensearch"
version = "$baseVersion-os$opensearchVersion"
Expand Down

0 comments on commit 40b8852

Please sign in to comment.