From 7cd83d7849ebc7902ea96bb14cc351135796e39c Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Thu, 30 Nov 2023 13:32:57 +0100 Subject: [PATCH] AZP: remove Fedora 36, update README test matrix (#629) --- .azure-pipelines/azure-pipelines.yml | 2 -- README.md | 16 ++++++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 2a27f346..6672d0a4 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -164,8 +164,6 @@ stages: targets: - name: CentOS 7 test: centos7 - - name: Fedora 36 - test: fedora36 - name: Ubuntu 20.04 test: ubuntu2004 diff --git a/README.md b/README.md index 584e7634..3723ec15 100644 --- a/README.md +++ b/README.md @@ -93,12 +93,16 @@ Tested with the following `ansible-core` releases: Ansible-core versions before 2.12.0 are not supported. Our AZP CI includes testing with the following docker images / PostgreSQL versions: -- CentOS 7: 9.2 -- RHEL 8: 10 -- Fedora 34/35: 13 -- Fedora 36/37: 14 -- Fedora 38: 15 -- Ubuntu 20.04/22.04: 15 +| Docker image | Psycopg version | PostgreSQL version | +|--------------|-----------------|--------------------| +| CentOS 7 | 2.5.1 | 9.2 | +| RHEL 8 | 2.7.5 | 10 | +| Fedora 35 | 2.9.1 | 13 | +| Fedora 37 | 2.9.6 | 14 | +| Fedora 38 | 2.9.6 | 15 | +| Fedora 39 | 2.9.6 | 15 | +| Ubuntu 20.04 | 2.8.6 | 15 | +| Ubuntu 22.04 | 3.1.9 | 15 | ## Included content