Skip to content

Commit

Permalink
Remove Debian 10 (#69)
Browse files Browse the repository at this point in the history
* Add Debian 12; Remove Debian 10

* Remove Debian 10
  • Loading branch information
combssm authored May 13, 2024
1 parent 822c818 commit eabb380
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 @@ -18,8 +18,6 @@ jobs:
fail-fast: false
matrix:
include:
- image: geerlingguy/docker-debian10-ansible:latest
command: /lib/systemd/systemd
- image: geerlingguy/docker-debian11-ansible:latest
command: /lib/systemd/systemd
- image: geerlingguy/docker-ubuntu2004-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 10 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 @@ -15,7 +15,6 @@ galaxy_info:
- "9"
- name: Debian
versions:
- buster
- bullseye
- name: Ubuntu
versions:
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 eabb380

Please sign in to comment.