We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2156275 commit 2d9e605Copy full SHA for 2d9e605
.github/workflows/build-package-test.yml
@@ -39,19 +39,19 @@ jobs:
39
strategy:
40
fail-fast: false
41
matrix:
42
- TARGET_PLATFORM:
43
- # - centos-7
44
- # - oraclelinux-8
45
- # - oraclelinux-7
46
- # - almalinux-8
47
- - almalinux-9
48
- POSTGRES_VERSION:
49
- # - pg11
50
- # - pg12
51
- # - pg13
52
- # - pg14
53
- # - pg15
54
- - pg16
+ # TARGET_PLATFORM:
+ # - centos-7
+ # - oraclelinux-8
+ # - oraclelinux-7
+ # - almalinux-8
+ # - almalinux-9
+ # POSTGRES_VERSION:
+ # - pg11
+ # - pg12
+ # - pg13
+ # - pg14
+ # - pg15
+ # - pg16
55
exclude:
56
- TARGET_PLATFORM: centos-7
57
POSTGRES_VERSION: pg16
0 commit comments