Skip to content

Commit

Permalink
Stop testing on PG11 (out of support)
Browse files Browse the repository at this point in the history
(cherry picked from commit 70039b6)
  • Loading branch information
roji committed Dec 19, 2023
1 parent 19b5617 commit 3fb24ff
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 @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2022]
pg_major: [16, 15, 14, 13, 12, 11]
pg_major: [16, 15, 14, 13, 12]
config: [Release]
include:
- os: ubuntu-22.04
Expand Down

0 comments on commit 3fb24ff

Please sign in to comment.