From: Christoph Berg Date: Wed, 28 Sep 2022 12:07:54 +0000 (+0200) Subject: Run tests on PG 15 and 13 as well X-Git-Tag: 1.2.4~2 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=720d22b3107946babc57cf8301fae3568ca6b2ac;p=pgfincore.git Run tests on PG 15 and 13 as well --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a71c73b..d370398 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,14 @@ jobs: build: strategy: matrix: - pg: [14, 12, 11, 10, 9.6] + pg: + - 15 + - 14 + - 13 + - 12 + - 11 + - 10 + - 9.6 name: 🐘 PostgreSQL ${{ matrix.pg }} runs-on: ubuntu-latest container: pgxn/pgxn-tools