Skip to content

Commit

Permalink
only ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
thanodnl committed Nov 10, 2023
1 parent 2156275 commit b54f760
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/build-package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,24 +39,24 @@ jobs:
strategy:
fail-fast: false
matrix:
TARGET_PLATFORM:
# - centos-7
# - oraclelinux-8
# - oraclelinux-7
# - almalinux-8
- almalinux-9
POSTGRES_VERSION:
# - pg11
# - pg12
# - pg13
# - pg14
# - pg15
- pg16
exclude:
- TARGET_PLATFORM: centos-7
POSTGRES_VERSION: pg16
- TARGET_PLATFORM: oraclelinux-7
POSTGRES_VERSION: pg16
# TARGET_PLATFORM:
# - centos-7
# - oraclelinux-8
# - oraclelinux-7
# - almalinux-8
# - almalinux-9
# POSTGRES_VERSION:
# - pg11
# - pg12
# - pg13
# - pg14
# - pg15
# - pg16
# exclude:
# - TARGET_PLATFORM: centos-7
# POSTGRES_VERSION: pg16
# - TARGET_PLATFORM: oraclelinux-7
# POSTGRES_VERSION: pg16
include:
# - TARGET_PLATFORM: debian-buster
# POSTGRES_VERSION: all
Expand Down

0 comments on commit b54f760

Please sign in to comment.