Skip to content

Commit 989b391

Browse files
committed
Removes debian buster from test pipeline
1 parent bcd17d6 commit 989b391

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/workflows/build-citus-community-nightlies.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
- el/7
3333
- el/8
3434
- ol/7
35-
- debian/buster
35+
# - debian/buster
36+
# removing due to EOL of debian buster
3637
- debian/bullseye
3738
- debian/bookworm
3839
# removing temporarily since postgres 16 packages does not exist for ubuntu bionic

.github/workflows/build-package-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ jobs:
5454
- 16
5555
- 17
5656
include:
57-
- TARGET_PLATFORM: debian,buster
57+
# - TARGET_PLATFORM: debian,buster
58+
# removing due to EOL of debian buster
5859
- TARGET_PLATFORM: debian,bullseye
5960
- TARGET_PLATFORM: debian,bookworm
6061
# removing temporarily since postgres 16 packages does not exist for ubuntu bionic

.github/workflows/build-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ jobs:
5454
- 16
5555
- 17
5656
include:
57-
- TARGET_PLATFORM: debian,buster
57+
# - TARGET_PLATFORM: debian,buster
58+
# removing due to EOL of debian buster
5859
- TARGET_PLATFORM: debian,bullseye
5960
- TARGET_PLATFORM: debian,bookworm
6061
# removing temporarily since postgres 16 packages does not exist for ubuntu bionic

.github/workflows/image-health-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ jobs:
5656
- 16
5757
- 17
5858
include:
59-
- TARGET_PLATFORM: debian,buster
59+
# - TARGET_PLATFORM: debian,buster
60+
# removing due to EOL of debian buster
6061
- TARGET_PLATFORM: debian,bullseye
6162
- TARGET_PLATFORM: debian,bookworm
6263
# removing temporarily since postgres 16 packages does not exist for ubuntu bionic

0 commit comments

Comments
 (0)