Skip to content

Commit

Permalink
Stop running ci tests against pg 10 (#2807)
Browse files Browse the repository at this point in the history
Since it's not supported anymore
  • Loading branch information
roji authored Jul 7, 2023
1 parent d91f395 commit 6f18809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2022]
pg_major: [15, 14, 13, 12, 11, 10]
pg_major: [15, 14, 13, 12, 11]
config: [Release]
include:
- os: ubuntu-22.04
Expand Down

0 comments on commit 6f18809

Please sign in to comment.