Skip to content

Commit

Permalink
Include 1.3.1 testing in workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
  • Loading branch information
VijayanB committed Apr 15, 2022
1 parent a047405 commit e29e951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
integ-test:
strategy:
matrix:
opensearch-version: [ 1.0.1 , 1.1.0, 1.2.4 ]
opensearch-version: [ 1.0.1 , 1.1.0, 1.2.4, 1.3.1 ]
go-version: [ 1.16.2 ]
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion it/testdata/ecommerce
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{ "index" : { "_index" : "ecommerce", "_id" : "1" } }
{"currency" : "EUR","customer_id" : 38,"day_of_week" : "Monday","day_of_week_i" : 0,"total_quantity" : 2, "utc_time" : "2099-11-15T13:12:00"}
{"currency" : "EUR","customer_id" : 38,"day_of_week" : "Monday","day_of_week_i" : 0,"total_quantity" : 2, "utc_time" : "2022-04-15T23:12:00"}

0 comments on commit e29e951

Please sign in to comment.