Skip to content

Commit

Permalink
update logrotate to remove deprecated ubuntu 16.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Anderson committed Feb 4, 2024
1 parent 8c5a79c commit c6e2e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/logrotate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c6e2e71

Please sign in to comment.