Skip to content

Commit

Permalink
Adds exclusion for el/7 (#1082)
Browse files Browse the repository at this point in the history
* Adds exclusion for el/7

* Adds exclusion for el/7
  • Loading branch information
gurkanindibay authored Sep 20, 2023
1 parent 31aefda commit d1ddf98
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-citus-community-nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
fail-fast: false
matrix:
platform:
- el/7
- ol/7
- el/8
- debian/buster
- debian/bullseye
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,17 @@ jobs:
fail-fast: false
matrix:
platform:
- el/7
- el/8
- ol/7
- ol/8
- debian/buster
- debian/bullseye
- debian/bookworm
- ubuntu/bionic
- ubuntu/focal
- ubuntu/jammy

steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
7 changes: 7 additions & 0 deletions pg_exclude.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
exclude:
nightly:
el/7: [16]
ol/7: [16]
release:
el/7: [16]
ol/7: [16]

0 comments on commit d1ddf98

Please sign in to comment.