diff options
author | Christoph Berg | 2023-09-14 10:13:23 +0000 |
---|---|---|
committer | Christoph Berg | 2023-09-14 10:13:23 +0000 |
commit | dfabbe8e9b30ec5418204ef4a19ab18fb09cf66a (patch) | |
tree | cabdd4f22b105dd069bb1f905c76306d1a222405 | |
parent | 80a69ad2afb91f245764793d45df5d83a58ec0dc (diff) |
Add PG 16 to GitHub action
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1866003..f188352 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,7 @@ jobs: strategy: matrix: pg: + - 16 - 15 - 14 # versions before 14 no not support Infinity in numeric |