diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f8f9a45..61414dd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Obtain sources - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Lint sources run: > podman run --rm -v ${{ github.workspace }}:/repo bviktor/ansible-systemd-lint:latest /bin/bash -c diff --git a/.github/workflows/ubuntu-20.04.yml b/.github/workflows/ubuntu-20.04.yml index 0f6b8b7..93705ea 100644 --- a/.github/workflows/ubuntu-20.04.yml +++ b/.github/workflows/ubuntu-20.04.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Obtain sources - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Test Galaxy role run: > CONT_ID=$(podman run --rm -v ${{ github.workspace }}:/repo -v /sys/fs/cgroup:/sys/fs/cgroup:ro diff --git a/.github/workflows/ubuntu-22.04.yml b/.github/workflows/ubuntu-22.04.yml index 72340a4..3686b5d 100644 --- a/.github/workflows/ubuntu-22.04.yml +++ b/.github/workflows/ubuntu-22.04.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Obtain sources - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Test Galaxy role run: > CONT_ID=$(podman run --rm -v ${{ github.workspace }}:/repo -v /sys/fs/cgroup:/sys/fs/cgroup:ro diff --git a/.github/workflows/ubuntu-18.04.yml b/.github/workflows/ubuntu-24.04.yml similarity index 88% rename from .github/workflows/ubuntu-18.04.yml rename to .github/workflows/ubuntu-24.04.yml index ae7454a..76be625 100644 --- a/.github/workflows/ubuntu-18.04.yml +++ b/.github/workflows/ubuntu-24.04.yml @@ -1,5 +1,5 @@ --- -name: Ubuntu 18.04 +name: Ubuntu 24.04 on: # yamllint disable-line rule:truthy push: @@ -14,11 +14,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Obtain sources - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Test Galaxy role run: > CONT_ID=$(podman run --rm -v ${{ github.workspace }}:/repo -v /sys/fs/cgroup:/sys/fs/cgroup:ro - --tmpfs /tmp --tmpfs /run --privileged --detach bviktor/ansible-systemd-ubuntu:18.04) && + --tmpfs /tmp --tmpfs /run --privileged --detach bviktor/ansible-systemd-ubuntu:24.04) && podman exec ${CONT_ID} /bin/bash -c "if [ -f requirements.yml ]; then ansible-galaxy role install --force -r requirements.yml -p ..; fi && ANSIBLE_ROLES_PATH=.. ANSIBLE_FORCE_COLOR=true ansible-playbook tests/main.yml" && diff --git a/README.md b/README.md index ca9e19b..f86cfe9 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ N/A | Linter | ✅ | [![Lint](https://github.com/noobient/ansible-galaxy-desktopcheck/actions/workflows/lint.yml/badge.svg)](https://github.com/noobient/ansible-galaxy-desktopcheck/actions/workflows/lint.yml) | | AlmaLinux 8 | ❌ | N/A | | AlmaLinux 9 | ❌ | N/A | -| Fedora 38 | ❌ | N/A | -| Fedora 39 | ❌ | N/A | -| Ubuntu 18.04 | ✅ | [![Ubuntu 18.04](https://github.com/noobient/ansible-galaxy-desktopcheck/actions/workflows/ubuntu-18.04.yml/badge.svg)](https://github.com/noobient/ansible-galaxy-desktopcheck/actions/workflows/ubuntu-18.04.yml) | +| Fedora 40 | ❌ | N/A | +| Fedora 41 | ❌ | N/A | | Ubuntu 20.04 | ✅ | [![Ubuntu 20.04](https://github.com/noobient/ansible-galaxy-desktopcheck/actions/workflows/ubuntu-20.04.yml/badge.svg)](https://github.com/noobient/ansible-galaxy-desktopcheck/actions/workflows/ubuntu-20.04.yml) | | Ubuntu 22.04 | ✅ | [![Ubuntu 22.04](https://github.com/noobient/ansible-galaxy-desktopcheck/actions/workflows/ubuntu-22.04.yml/badge.svg)](https://github.com/noobient/ansible-galaxy-desktopcheck/actions/workflows/ubuntu-22.04.yml) | +| Ubuntu 24.04 | ✅ | [![Ubuntu 24.04](https://github.com/noobient/ansible-galaxy-thirdparty/actions/workflows/ubuntu-24.04.yml/badge.svg)](https://github.com/noobient/ansible-galaxy-thirdparty/actions/workflows/ubuntu-24.04.yml) |