Skip to content

Commit

Permalink
review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
makalaaneesh committed Dec 6, 2024
1 parent 5b61d22 commit 934a654
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issue-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test-issues-against-all-yb-versions:
strategy:
matrix:
version: [2.21.1.0-b271, 2024.1.1.0-b137, 2.20.5.0-b72]
version: [2.23.1.0-b220, 2024.1.3.1-b8, 2.20.8.0-b53, 2.18.9.0-b17]
env:
YB_VERSION: ${{ matrix.version }}

Expand Down
2 changes: 0 additions & 2 deletions yb-voyager/src/queryissue/ddl_issues_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,4 @@ func TestDDLIssuesInYBVersion(t *testing.T) {
success = t.Run(fmt.Sprintf("%s-%s", "unlogged table", ybVersion), testUnloggedTableIssue)
assert.True(t, success)

yugabytedbContainer.Terminate(context.Background())

}

0 comments on commit 934a654

Please sign in to comment.