8000 fix: drop support for outdated operating systems by ltalirz · Pull Request #117 · dokku/ansible-dokku · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix: drop support for outdated operating systems #117

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

strategy:
matrix:
distro: [ubuntu1604, ubuntu1804, ubuntu2004, debian9, debian10]
distro: [ubuntu1804, ubuntu2004, debian10, debian11]
fail-fast: false

steps:
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,15 @@ Minimum Ansible Version: 2.2

Supported Platforms

- Ubuntu: trusty
- Ubuntu: utopic
- Ubuntu: vivid
- Ubuntu: wily
- Ubuntu: xenial
- Ubuntu: yakkety
- Ubuntu: zesty
- Ubuntu: artful
- Ubuntu: bionic
- Ubuntu: focal
- Debian: wheezy
- Debian: jessie
- Debian: stretch
- Debian: buster
- Debian: bullseye

## Dependencies

Expand Down
7 changes: 1 addition & 6 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ galaxy_info:
platforms:
- name: Ubuntu
versions:
- trusty
- utopic
- vivid
- wily
- xenial
- yakkety
- zesty
Expand All @@ -22,10 +18,9 @@ galaxy_info:
- focal
- name: Debian
versions:
- wheezy
- jessie
- stretch
- buster
- bullseye
galaxy_tags:
- networking
- packaging
Expand Down
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
name:
- moreutils # for plugin updates
- rsync # for dokku git:sync
- cron # missing on debian11
tags:
- dokku-plugins

Expand Down
0