Skip to content

Commit

Permalink
Stop testing on PG12 (out of support)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3cbdba4)
  • Loading branch information
roji committed Feb 14, 2025
1 parent 953ad1c commit e952c84
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: [17, 16, 15, 14, 13, 12]
pg_major: [17, 16, 15, 14, 13]
config: [Release]
include:
- os: ubuntu-22.04
Expand Down

0 comments on commit e952c84

Please sign in to comment.