Skip to content

Commit e952c84

Browse files
committed
Stop testing on PG12 (out of support)
(cherry picked from commit 3cbdba4)
1 parent 953ad1c commit e952c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: [ubuntu-22.04, windows-2022]
26-
pg_major: [17, 16, 15, 14, 13, 12]
26+
pg_major: [17, 16, 15, 14, 13]
2727
config: [Release]
2828
include:
2929
- os: ubuntu-22.04

0 commit comments

Comments
 (0)