Skip to content

Commit 2d5b736

Browse files
authored
Merge pull request #1928 from SergeyKanzhelev/noMore16
Containerd 1.6 is EOL now
2 parents 709953b + 7ef3055 commit 2d5b736

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/containerd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
os: [ubuntu-22.04, windows-2025]
2727
# not every command likes the slash in branch name.
2828
# So will use format command to replace to either `_` or '/'
29-
version: [main, "release{0}1.6", "release{0}1.7"]
29+
# There is no LTS version of 2.0+ containerd. So main testing covers the latest.
30+
version: [main, "release{0}1.7"]
3031
runtime:
3132
[
3233
io.containerd.runtime.v1.linux,

0 commit comments

Comments
 (0)