From 498aa0abe6c3658fa83ba7f63deb045dee3aac1a Mon Sep 17 00:00:00 2001 From: Oscar Brouwer Date: Fri, 29 May 2026 11:59:30 +0200 Subject: [PATCH] [apt-get-packages] Fix tests Set the Ubuntu image version to 24.04 since the neovim package is not yet available for 26.04 in de PPA Signed-off-by: Oscar Brouwer --- test/apt-get-packages/scenarios.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/apt-get-packages/scenarios.json b/test/apt-get-packages/scenarios.json index c8dfc3c62..6aa6f5ae0 100644 --- a/test/apt-get-packages/scenarios.json +++ b/test/apt-get-packages/scenarios.json @@ -1,6 +1,6 @@ { "test_neovim_ubuntu": { - "image": "mcr.microsoft.com/devcontainers/base:ubuntu", + "image": "mcr.microsoft.com/devcontainers/base:ubuntu24.04", "features": { "apt-get-packages": { "packages": "neovim", @@ -8,4 +8,4 @@ } } } -} \ No newline at end of file +}