Skip to content

Commit

Permalink
add pg 15, 16 testing to the github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mkabilov authored Apr 22, 2024
1 parent daa3a9e commit 95d5f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pg: [14, 13, 12, 11]
pg: [16, 15, 14, 13, 12, 11]
check_code: ["false", "clang"]

name: Test clickhouse_fdw
Expand Down

0 comments on commit 95d5f73

Please sign in to comment.