🔥 Drop Debian 10 support

master 1.11.0
Emilien Mantel 2025-06-02 17:45:15 +02:00
parent b1997d56c6
commit 6891b29c94
3 changed files with 11 additions and 25 deletions

View File

@ -15,7 +15,6 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
scenario: scenario:
- debian-10
- debian-11 - debian-11
- debian-12 - debian-12
- ubuntu-20.04 - ubuntu-20.04

View File

@ -21,10 +21,10 @@ Features:
Supported OS: Supported OS:
| OS | Working | Stable (active support) | | OS | Working | Stable (active support) |
|----------------------|---------|------------------------------------------------------------------------------------------------------| |----------------------|---------|--------------------------------------------------------------------------------------------------------|
| Debian Jessie (8) | Yes | Check latest supported version ([1.5.0](https://github.com/HanXHX/ansible-nginx/releases/tag/1.5.0)) | | Debian Jessie (8) | Yes | Check latest supported version ([1.5.0](https://github.com/HanXHX/ansible-nginx/releases/tag/1.5.0)) |
| Debian Stretch (9) | Yes | Check latest supported version ([1.9.0](https://github.com/HanXHX/ansible-nginx/releases/tag/1.9.0)) | | Debian Stretch (9) | Yes | Check latest supported version ([1.9.0](https://github.com/HanXHX/ansible-nginx/releases/tag/1.9.0)) |
| Debian Buster (10) | Yes | Yes | | Debian Buster (10) | Yes | Check latest supported version ([1.10.0](https://github.com/HanXHX/ansible-nginx/releases/tag/1.10.0)) |
| Debian Bullseye (11) | Yes | Yes | | Debian Bullseye (11) | Yes | Yes |
| Debian Bookworm (12) | Yes | Yes | | Debian Bookworm (12) | Yes | Yes |
| Debian Trixie (13) | WIP | Not yet | | Debian Trixie (13) | WIP | Not yet |

View File

@ -1,13 +0,0 @@
---
platforms:
- name: debian-10
image: dokken/debian-10
command: /lib/systemd/systemd
dockerfile: ../_shared/Dockerfile.j2
capabilities:
- SYS_ADMIN
cgroupns_mode: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: true