From 72fd5a9f6633f4a530c971e27c8eba76a54d4cc3 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Fri, 4 Oct 2024 17:27:03 +0200 Subject: [PATCH] Add 17 and 18 to versions to test --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89c61f7..ed89392 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,10 +7,12 @@ jobs: strategy: matrix: pg: + - 18 + - 17 - 16 - 15 - 14 - # versions before 14 no not support Infinity in numeric + # versions before 14 no not support Infinity in numeric and lack lz4 support - 13 - 12 # versions before 12 have a different output format for floats (inf/Infinity, nan/NaN) @@ -27,7 +29,7 @@ jobs: - name: Start PostgreSQL ${{ matrix.pg }} run: pg-start ${{ matrix.pg }} - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Give build directory to postgres run: 'chown -R postgres: .' - name: Install extra build dependencies -- 2.39.5