Skip to content

Commit e5fad01

Browse files
committed
ci: check lab releases
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
1 parent 45161fd commit e5fad01

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
buildx-version:
21-
- latest
22-
- v0.4.1
2321
- ""
22+
- "latest"
23+
- "v0.4.1"
24+
- "lab:latest"
25+
- "lab:v0.11.2-desktop.2"
2426
steps:
2527
-
2628
name: Checkout

0 commit comments

Comments
 (0)