From fc923c82ff8880546abbd77b9b8c8d3eafd6e6d5 Mon Sep 17 00:00:00 2001 From: Christian Kagerer Date: Sat, 14 Oct 2023 14:07:26 +0000 Subject: [PATCH] test: update to ubuntu jammy in scenarios --- .github/workflows/test.yaml | 5 +++++ test/chezmoi/scenarios.json | 2 +- test/clang/scenarios.json | 2 +- test/persist-shell-history/scenarios.json | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8716b5c..4791356 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -18,8 +18,13 @@ jobs: - clang - persist-shell-history baseImage: + - debian:bullseye + - debina:bookworm - debian:latest + - ubuntu:focal + - ubuntu:jammy - ubuntu:latest + - mcr.microsoft.com/devcontainers/base:debian - mcr.microsoft.com/devcontainers/base:ubuntu steps: - uses: actions/checkout@v3 diff --git a/test/chezmoi/scenarios.json b/test/chezmoi/scenarios.json index c0b8954..71faf70 100644 --- a/test/chezmoi/scenarios.json +++ b/test/chezmoi/scenarios.json @@ -1,6 +1,6 @@ { "test": { - "image": "mcr.microsoft.com/devcontainers/base:focal", + "image": "ubuntu:jammy", "features": { "ghcr.io/devcontainers/features/common-utils:1": { "installZsh": false, diff --git a/test/clang/scenarios.json b/test/clang/scenarios.json index 5927d2a..c3695bf 100644 --- a/test/clang/scenarios.json +++ b/test/clang/scenarios.json @@ -1,6 +1,6 @@ { "test": { - "image": "mcr.microsoft.com/devcontainers/base:focal", + "image": "ubuntu:jammy", "features": { "ghcr.io/devcontainers/features/common-utils:1": { "installZsh": false, diff --git a/test/persist-shell-history/scenarios.json b/test/persist-shell-history/scenarios.json index 2921c6c..2272e16 100644 --- a/test/persist-shell-history/scenarios.json +++ b/test/persist-shell-history/scenarios.json @@ -1,6 +1,6 @@ { "test": { - "image": "mcr.microsoft.com/devcontainers/base:focal", + "image": "ubuntu:jammy", "features": { "ghcr.io/devcontainers/features/common-utils:1": { "installZsh": true,