Skip to content

Commit

Permalink
Add back containerd 2.0 testing to CI
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Vazquez <[email protected]>
  • Loading branch information
austinvazquez authored and coderbirju committed Jul 17, 2024
1 parent 436e476 commit 64f0e37
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 @@ -80,7 +80,7 @@ jobs:
fail-fast: false
matrix:
os: ${{ fromJSON(needs.setup.outputs.available-runners) }}
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 64f0e37

Please sign in to comment.