From 910264ba4226bdab59fd03e01769f7a40c363d07 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Tue, 2 Dec 2025 18:03:57 +0100 Subject: [PATCH] chore: Remove RHEL 8.8,9.3 from AZP matrix (#899) (cherry picked from commit 7817e2a27b25f7dfad28c292f49f77502e3b001b) --- .azure-pipelines/azure-pipelines.yml | 31 ---------------------------- README.md | 2 +- 2 files changed, 1 insertion(+), 32 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index f2b39968..d7b6f696 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -242,35 +242,6 @@ stages: - name: RHEL 9.4 test: rhel/9.4 - - stage: Remote_2_17 - displayName: Remote 2.17 - dependsOn: [] - jobs: - - template: templates/matrix.yml - parameters: - testFormat: 2.17/{0}/1 - targets: - - name: RHEL 9.3 - test: rhel/9.3 - - # Keep this as long as the tests work. - # It allows us to test against PostgreSQL 10. - # PostgreSQL 13 is still supported, but the closest - # version we test against is 14. - # Keeping testing against 10 and 14 covers 13 as well. - # When these tests stop working and it's hard to fix - # remove this target and update the documentation. - - stage: Remote_2_16 - displayName: Remote 2.16 - dependsOn: [] - jobs: - - template: templates/matrix.yml - parameters: - testFormat: 2.16/{0}/1 - targets: - - name: RHEL 8.8 - test: rhel/8.8 - ## Finally - stage: Summary @@ -290,7 +261,5 @@ stages: - Remote_2_20 - Remote_2_19 - Remote_2_18 - - Remote_2_17 - - Remote_2_16 jobs: - template: templates/coverage.yml diff --git a/README.md b/README.md index 1a2f4300..1080b7a2 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Our AZP CI includes testing with the following docker images / PostgreSQL versio | Docker image | Psycopg version | PostgreSQL version | |--------------|-----------------|--------------------| -| RHEL 8 | 2.7.5 | 10 | +| RHEL 9 | 2.9.6 | 13 | | Fedora 39 | 2.9.6 | 15 | | Ubuntu 22.04 | 3.1.9 | 16 | | Fedora 40/41 | 2.9.9 | 16 |