Skip to content

Commit eff6b18

Browse files
committed
Test against PG16 in CI (#5262)
(cherry picked from commit fcebb3a)
1 parent b74afa7 commit eff6b18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
os: [ubuntu-22.04, windows-2022]
28-
pg_major: [15, 14, 13, 12, 11, 10]
28+
pg_major: [16, 15, 14, 13, 12, 11]
2929
config: [Release]
3030
test_tfm: [net7.0]
3131
include:
3232
- os: ubuntu-22.04
33-
pg_major: 15
33+
pg_major: 16
3434
config: Debug
3535
test_tfm: net7.0
3636
- os: ubuntu-22.04
37-
pg_major: 15
37+
pg_major: 16
3838
config: Release
3939
test_tfm: netcoreapp3.1
4040
- os: macos-12

0 commit comments

Comments
 (0)