From 454a6b9f15afd7fbdb2a2a7b8aa73de511991587 Mon Sep 17 00:00:00 2001 From: Marko Tiikkaja Date: Tue, 24 Oct 2023 13:07:55 +0300 Subject: [PATCH] Test on PostgreSQL 16 https://www.postgresql.org/about/news/postgresql-16-released-2715/ --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index f0e46bc..cb65f5b 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -7,7 +7,7 @@ jobs: test: strategy: matrix: - pg: [15, 14, 13, 12, 11, 10, 9.6, 9.5, 9.4, 9.3, 9.2, 9.1] + pg: [16, 15, 14, 13, 12, 11, 10, 9.6, 9.5, 9.4, 9.3, 9.2, 9.1] name: PostgreSQL ${{ matrix.pg }} runs-on: ubuntu-latest container: pgxn/pgxn-tools