From 1473faf002af636b182eda19d6f4a49ad657ccdf Mon Sep 17 00:00:00 2001 From: Don Sizemore Date: Thu, 11 Jul 2024 09:14:25 -0400 Subject: [PATCH] #10681 update shellspec for Debian 12, Rocky 9 --- .github/workflows/shellspec.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/shellspec.yml b/.github/workflows/shellspec.yml index 227a74fa00f..9544ca3d747 100644 --- a/.github/workflows/shellspec.yml +++ b/.github/workflows/shellspec.yml @@ -24,25 +24,23 @@ jobs: run: | cd tests/shell shellspec - shellspec-centos7: - name: "CentOS 7" + shellspec-deb12: + name: "Debian 12" runs-on: ubuntu-latest container: - image: centos:7 + image: debian:12 steps: - uses: actions/checkout@v2 - name: Install shellspec run: | curl -fsSL https://github.com/shellspec/shellspec/releases/download/${{ env.SHELLSPEC_VERSION }}/shellspec-dist.tar.gz | tar -xz -C /usr/share ln -s /usr/share/shellspec/shellspec /usr/bin/shellspec - - name: Install dependencies - run: yum install -y ed - name: Run shellspec run: | cd tests/shell shellspec - shellspec-rocky8: - name: "RockyLinux 8" + shellspec-rocky9: + name: "RockyLinux 9" runs-on: ubuntu-latest container: image: rockylinux/rockylinux:8