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 9d635b3 commit f8a72da
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 @@ -25,7 +25,7 @@ jobs:
# Temporarily disable Windows because of PG installation issues
# os: [ ubuntu-20.04, windows-2019 ]
os: [ ubuntu-20.04 ]
pg_major: [ 16, 15, 14, 13, 12, 11 ]
pg_major: [ 16, 15, 14, 13, 12 ]
config: [Release]
include:
- os: ubuntu-20.04
Expand Down

0 comments on commit f8a72da

Please sign in to comment.