Skip to content

Commit

Permalink
ci: exclude incompatible versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vrmiguel committed Jan 11, 2024
1 parent 7389777 commit 0fa156f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/builder-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,23 @@ jobs:
- "0.10.2"
- "0.11.0"
- "0.11.1"
exclude:
- pg_version: "16"
pgrx_version: "0.7.4"
- pg_version: "16"
pgrx_version: "0.8.0"
- pg_version: "16"
pgrx_version: "0.8.3"
- pg_version: "16"
pgrx_version: "0.8.4"
- pg_version: "16"
pgrx_version: "0.9.0"
- pg_version: "16"
pgrx_version: "0.9.1"
- pg_version: "16"
pgrx_version: "0.9.7"
- pg_version: "16"
pgrx_version: "0.9.8"
steps:
- name: Check out the repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 0fa156f

Please sign in to comment.