Skip to content

Commit

Permalink
CI/GHA: add more libseccomp versions to the matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
  • Loading branch information
kolyshkin committed Sep 16, 2021
1 parent 1f77954 commit c985b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
go-version: [1.15.x, 1.16.x, 1.17.x]
libseccomp: ["v2.5.2", "HEAD"]
libseccomp: ["v2.2.1", "v2.2.3", "v2.3.3", "v2.4.3", "v2.5.2", "HEAD"]

steps:

Expand Down

0 comments on commit c985b4b

Please sign in to comment.