Skip to content

Commit

Permalink
Remove compatibility with Ubuntu 18.04 (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks authored Nov 7, 2023
1 parent e772d93 commit 655de8d
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 39 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
- distro: ubuntu2004
tag: latest
namespace: geerlingguy
- distro: ubuntu1804
tag: latest
namespace: geerlingguy
- distro: rockylinux8
tag: latest
namespace: geerlingguy
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/molecule_pgpro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- centos8
- debian10
- debian11
- ubuntu1804
- ubuntu2004
- ubuntu2204

Expand Down
32 changes: 0 additions & 32 deletions .github/workflows/schedule_pg_ubuntu1804.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ _Table of results of daily automated testing of cluster deployment:_
| Debian 10 | [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/vitabaks/postgresql_cluster/schedule_pg_debian10.yml?branch=master)](https://github.com/vitabaks/postgresql_cluster/actions/workflows/schedule_pg_debian10.yml) |
| Debian 11 | [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/vitabaks/postgresql_cluster/schedule_pg_debian11.yml?branch=master)](https://github.com/vitabaks/postgresql_cluster/actions/workflows/schedule_pg_debian11.yml) |
| Debian 12 | [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/vitabaks/postgresql_cluster/schedule_pg_debian11.yml?branch=master)](https://github.com/vitabaks/postgresql_cluster/actions/workflows/schedule_pg_debian12.yml) |
| Ubuntu 18.04 | [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/vitabaks/postgresql_cluster/schedule_pg_ubuntu1804.yml?branch=master)](https://github.com/vitabaks/postgresql_cluster/actions/workflows/schedule_pg_ubuntu1804.yml) |
| Ubuntu 20.04 | [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/vitabaks/postgresql_cluster/schedule_pg_ubuntu2004.yml?branch=master)](https://github.com/vitabaks/postgresql_cluster/actions/workflows/schedule_pg_ubuntu2004.yml) |
| Ubuntu 22.04 | [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/vitabaks/postgresql_cluster/schedule_pg_ubuntu2204.yml?branch=master)](https://github.com/vitabaks/postgresql_cluster/actions/workflows/schedule_pg_ubuntu2204.yml) |
| CentOS Stream 8 | [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/vitabaks/postgresql_cluster/schedule_pg_centosstream8.yml?branch=master)](https://github.com/vitabaks/postgresql_cluster/actions/workflows/schedule_pg_centosstream8.yml) |
Expand Down
2 changes: 1 addition & 1 deletion group_vars/all
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ os_minimum_versions:
CentOS: 7
Rocky: 8.4
OracleLinux: 7
Ubuntu: 18.04
Ubuntu: 20.04
Debian: 10
AlmaLinux: 8.3
1 change: 0 additions & 1 deletion vars/Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ os_specific_packages:
Debian-10: [python, python-dev, python-psycopg2, python-setuptools]
Debian-11: [python3] # python 2 is not required
Debian-12: [python3] # python 2 is not required
Ubuntu-18: [python, python-dev, python-psycopg2, python-setuptools]
Ubuntu-20: [python3] # python 2 is not required
Ubuntu-22: [python3] # python 2 is not required
system_packages:
Expand Down

0 comments on commit 655de8d

Please sign in to comment.