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