Skip to content

Commit 755b9f5

Browse files
committed
Update workflows file
1 parent 3310d57 commit 755b9f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/installcheck.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Build
22

3-
on: [push, pull_request]
3+
on: [push]
44

55
jobs:
66
build:
@@ -13,11 +13,11 @@ jobs:
1313
strategy:
1414
matrix:
1515
pgversion:
16+
- 18
17+
- 17
1618
- 16
1719
- 15
1820
- 14
19-
- 13
20-
- 12
2121

2222
env:
2323
PGVERSION: ${{ matrix.pgversion }}

0 commit comments

Comments
 (0)