Skip to content

Commit 505445c

Browse files
CI update: remove containerd main test and add test to include ubuntu 24.04
Signed-off-by: Shubharanshu Mahapatra <[email protected]>
1 parent 63e251e commit 505445c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ jobs:
8282
containerd: v1.7.16
8383
- ubuntu: 22.04
8484
containerd: v1.7.16
85-
- ubuntu: 22.04
86-
containerd: main
85+
- ubuntu: 24.04
86+
containerd: v1.7.16
8787
env:
8888
UBUNTU_VERSION: "${{ matrix.ubuntu }}"
8989
CONTAINERD_VERSION: "${{ matrix.containerd }}"
@@ -112,7 +112,7 @@ jobs:
112112
matrix:
113113
# ubuntu-20.04: cgroup v1, ubuntu-22.04: cgroup v2
114114
include:
115-
- ubuntu: 22.04
115+
- ubuntu: 24.04
116116
containerd: v1.7.16
117117
env:
118118
UBUNTU_VERSION: "${{ matrix.ubuntu }}"
@@ -168,9 +168,9 @@ jobs:
168168
containerd: v1.7.16
169169
rootlesskit: v1.1.1
170170
target: test-integration-rootless
171-
- ubuntu: 22.04
172-
containerd: main
173-
rootlesskit: v2.0.2
171+
- ubuntu: 24.04
172+
containerd: v1.7.16
173+
rootlesskit: v1.1.1
174174
target: test-integration-rootless
175175
- ubuntu: 20.04
176176
containerd: v1.6.31
@@ -184,9 +184,9 @@ jobs:
184184
containerd: v1.7.16
185185
rootlesskit: v1.1.1
186186
target: test-integration-rootless-port-slirp4netns
187-
- ubuntu: 22.04
188-
containerd: main
189-
rootlesskit: v2.0.2
187+
- ubuntu: 24.04
188+
containerd: v1.7.16
189+
rootlesskit: v1.1.1
190190
target: test-integration-rootless-port-slirp4netns
191191
env:
192192
UBUNTU_VERSION: "${{ matrix.ubuntu }}"

0 commit comments

Comments
 (0)