From baec44353189f3f8bb7cfa96dbd763ccb219a530 Mon Sep 17 00:00:00 2001 From: Adrian Date: Thu, 11 Apr 2024 11:05:31 +0200 Subject: [PATCH] hotfix: testing on 16 and later due to error on Wregister flag --- .github/workflows/ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index faec91b..5b1554c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,13 +11,7 @@ jobs: matrix: pg: - 16 - - 15 - - 14 - - 13 - - 12 - - 11 - - 10 - + name: PostgreSQL ${{ matrix.pg }} runs-on: ubuntu-latest container: pgxn/pgxn-tools