Skip to content

Commit

Permalink
Remove Debian 10
Browse files Browse the repository at this point in the history
  • Loading branch information
combssm committed May 13, 2024
1 parent fb48a2d commit c022e2c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
include:
- image: geerlingguy/docker-debian11-ansible:latest
command: /lib/systemd/systemd
- image: geerlingguy/docker-debian12-ansible:latest
command: /lib/systemd/systemd
- image: geerlingguy/docker-ubuntu2004-ansible:latest
- image: geerlingguy/docker-ubuntu2204-ansible:latest
- image: ghcr.io/artis3n/docker-almalinux8-ansible:latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ policies. Additionally we will focus on supporting the latest two stable
releases of each, which at the time of writing are as follows:

* CentOS 7.x
* Debian 11 or later
* Debian 11
* Ubuntu 20.04 LTS or later
* AlmaLinux 8.x or later
* RockyLinux 8.x or later
Expand Down
1 change: 0 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ galaxy_info:
- name: Debian
versions:
- bullseye
- bookworm
- name: Ubuntu
versions:
- focal
Expand Down
6 changes: 3 additions & 3 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
roles:
- name: inmotionhosting.apache
version: "2.3.0"
version: "3.0.0"

- name: inmotionhosting.mysql
version: "2.3.0"

- name: inmotionhosting.nginx_proxy
version: "2.7.0"
version: "3.0.1"

- name: inmotionhosting.php_fpm
version: "2.6.0"
version: "3.0.0"

- name: inmotionhosting.redis
version: "2.3.0"
Expand Down

0 comments on commit c022e2c

Please sign in to comment.