From c6e2e711a4dbb418696d2a4bfc3e952cc5b135dc Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Sat, 3 Feb 2024 23:26:16 -0800 Subject: [PATCH] update logrotate to remove deprecated ubuntu 16.x --- .github/workflows/logrotate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/logrotate.yml b/.github/workflows/logrotate.yml index b3222ad..988950d 100644 --- a/.github/workflows/logrotate.yml +++ b/.github/workflows/logrotate.yml @@ -26,11 +26,11 @@ jobs: - { distro: fedora-32, command: /usr/sbin/init } - { distro: fedora-31, command: /usr/sbin/init } - { distro: fedora-30, command: /usr/lib/systemd/systemd } - - { distro: ubuntu-16.04, command: /sbin/init } - { distro: ubuntu-18.04, command: /lib/systemd/systemd } - { distro: ubuntu-20.04, command: /lib/systemd/systemd } - - { distro: debian-9, command: /lib/systemd/systemd } + - { distro: ubuntu-22.04, command: /lib/systemd/systemd } - { distro: debian-10, command: /lib/systemd/systemd } + - { distro: debian-11, command: /lib/systemd/systemd } collection_role: - logrotate steps: