Skip to content

Commit 420eca9

Browse files
committed
Run tests with PG15 and 16 as well
1 parent 5eacc8e commit 420eca9

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/regression.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,16 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
pgversion: [ 9.5, 9.6, 10, 11, 12, 13, 14 ]
15+
pgversion:
16+
- 9.5
17+
- 9.6
18+
- 10
19+
- 11
20+
- 12
21+
- 13
22+
- 14
23+
- 15
24+
- 16
1625

1726
env:
1827
PGVERSION: ${{ matrix.pgversion }}

0 commit comments

Comments
 (0)