From 9f11be4c6aec87c72f10e6a343d7b93e8d629f89 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Fri, 17 Nov 2023 16:19:26 +0100 Subject: [PATCH] CI: completely remove ubuntu 18 --- .github/workflows/ci-tests.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 7d9c931d..765de4d0 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -39,11 +39,6 @@ jobs: matrix: ubuntu: [20, 22] include: - - ubuntu: 18 - postgresql: 9.6 - postgis: 2.5 - pytest: pytest - php: 7.2 - ubuntu: 20 postgresql: 13 postgis: 3 -- 2.45.1