From 6b28a8da7a11f5afcdc680aefec2ac6b28a67552 Mon Sep 17 00:00:00 2001 From: Etienne Trimaille Date: Thu, 31 Oct 2024 15:52:22 +0100 Subject: [PATCH] Add QGIS 3.40 for testing --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 186db416..756b568e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,8 @@ jobs: strategy: matrix: qgis_version: [ - # "latest", + "latest", + "release-3_40", "release-3_34", "release-3_28", "release-3_22",