Skip to content

Commit 3e7e41d

Browse files
authored
fix 2.x bwc by restoring 1.3.2 (#2284)
Signed-off-by: Anan Zhuang <[email protected]>
1 parent a2c01ba commit 3e7e41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_check_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
working-directory: ./artifacts
177177
strategy:
178178
matrix:
179-
version: [ osd-2.0.0, osd-2.1.0, osd-2.2.0 ]
179+
version: [ osd-1.3.2, osd-2.0.0, osd-2.1.0, osd-2.2.0 ]
180180
steps:
181181
- name: Checkout code
182182
uses: actions/checkout@v2

0 commit comments

Comments
 (0)