Skip to content

Commit 9ded168

Browse files
thaJeztahglours
authored andcommitted
gha: update test-matrix: remove docker 26.x
- Mirantis Container Runtime (MCR) 23.0 reached EOL, and the next LTS version of MCR is 25.x, but download.docker.com does not have 25.x packages for the latest Ubuntu release. - Docker 26.x reached EOL and is no longer maintained Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 8bc8593 commit 9ded168

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,8 @@ jobs:
156156
- plugin
157157
- standalone
158158
engine:
159-
- 26
160-
- 27
161-
- 28
159+
- 27 # old stable (latest major - 1)
160+
- 28 # current stable
162161
steps:
163162
- name: Prepare
164163
run: |

0 commit comments

Comments
 (0)