Skip to content

Commit c985b4b

Browse files
committed
CI/GHA: add more libseccomp versions to the matrix
Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 1f77954 commit c985b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
go-version: [1.15.x, 1.16.x, 1.17.x]
19-
libseccomp: ["v2.5.2", "HEAD"]
19+
libseccomp: ["v2.2.1", "v2.2.3", "v2.3.3", "v2.4.3", "v2.5.2", "HEAD"]
2020

2121
steps:
2222

0 commit comments

Comments
 (0)