Skip to content

Commit

Permalink
Test against containerd 2.0 in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Kern Walster <[email protected]>
  • Loading branch information
Kern-- authored and austinvazquez committed Jul 10, 2024
1 parent 0399e9a commit 7025601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
containerd: ["1.6.33", "1.7.18"]
containerd: ["1.6.33", "1.7.18", "2.0.0-rc.3"]
env:
DOCKER_BUILD_ARGS: "CONTAINERD_VERSION=${{ matrix.containerd }}"
steps:
Expand Down

0 comments on commit 7025601

Please sign in to comment.