From 61e4b90b7b88dc59c84e159f9c1ada3f2460c8b0 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 8 Apr 2024 18:40:32 +0300 Subject: [PATCH] Add another libversion version to CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fb23e1..3947f7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,7 @@ jobs: include: - { libversion: master, postgresql: 16, cc: gcc } # libversion versions + - { libversion: 3.0.2, postgresql: 16, cc: gcc } - { libversion: 3.0.1, postgresql: 16, cc: gcc } - { libversion: 3.0.0, postgresql: 16, cc: gcc } # compilers