Skip to content

Commit f2e37ed

Browse files
committed
fix ci.yml
1 parent 0ab6a07 commit f2e37ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
branch: ["1.0.0", "1.2.0", "1.4.0", "devel"]
13+
# branch: ["1.0.0", "1.2.0", "1.4.0", "devel"]
14+
branch: ["1.0.0", "1.0.8", "1.2.0", "1.2.8", "1.4.0", "1.4.2", "devel"] # TODO: stable
1415
target:
1516
- os: linux
1617
cpu: amd64

0 commit comments

Comments
 (0)