Skip to content

Commit 8552f34

Browse files
chore: Remove RHEL 8.8,9.3 from AZP matrix (#899) (#904)
(cherry picked from commit 7817e2a) Co-authored-by: Andrew Klychkov <aklychko@redhat.com>
1 parent 384d203 commit 8552f34

File tree

2 files changed

+1
-32
lines changed

2 files changed

+1
-32
lines changed

.azure-pipelines/azure-pipelines.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -242,35 +242,6 @@ stages:
242242
- name: RHEL 9.4
243243
test: rhel/9.4
244244

245-
- stage: Remote_2_17
246-
displayName: Remote 2.17
247-
dependsOn: []
248-
jobs:
249-
- template: templates/matrix.yml
250-
parameters:
251-
testFormat: 2.17/{0}/1
252-
targets:
253-
- name: RHEL 9.3
254-
test: rhel/9.3
255-
256-
# Keep this as long as the tests work.
257-
# It allows us to test against PostgreSQL 10.
258-
# PostgreSQL 13 is still supported, but the closest
259-
# version we test against is 14.
260-
# Keeping testing against 10 and 14 covers 13 as well.
261-
# When these tests stop working and it's hard to fix
262-
# remove this target and update the documentation.
263-
- stage: Remote_2_16
264-
displayName: Remote 2.16
265-
dependsOn: []
266-
jobs:
267-
- template: templates/matrix.yml
268-
parameters:
269-
testFormat: 2.16/{0}/1
270-
targets:
271-
- name: RHEL 8.8
272-
test: rhel/8.8
273-
274245
## Finally
275246

276247
- stage: Summary
@@ -290,7 +261,5 @@ stages:
290261
- Remote_2_20
291262
- Remote_2_19
292263
- Remote_2_18
293-
- Remote_2_17
294-
- Remote_2_16
295264
jobs:
296265
- template: templates/coverage.yml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Our AZP CI includes testing with the following docker images / PostgreSQL versio
113113

114114
| Docker image | Psycopg version | PostgreSQL version |
115115
|--------------|-----------------|--------------------|
116-
| RHEL 8 | 2.7.5 | 10 |
116+
| RHEL 9 | 2.9.6 | 13 |
117117
| Fedora 39 | 2.9.6 | 15 |
118118
| Ubuntu 22.04 | 3.1.9 | 16 |
119119
| Fedora 40/41 | 2.9.9 | 16 |

0 commit comments

Comments
 (0)