From 8cb932e3e7cd3a9a9c0eb7f419ece6213e4ddbd5 Mon Sep 17 00:00:00 2001 From: hparfr Date: Tue, 28 May 2024 15:53:34 +0200 Subject: [PATCH] Don't build old version automatically. If you need it; clone this project and docker build it yourself --- .github/workflows/ci.yml | 2 -- HISTORY.rst | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4f2633..b6d96bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,6 @@ jobs: strategy: matrix: include: - - ODOOVERSION: "12.0" - - ODOOVERSION: "13.0" - ODOOVERSION: "14.0" - ODOOVERSION: "14.0-light" - ODOOVERSION: "15.0" diff --git a/HISTORY.rst b/HISTORY.rst index ba28b98..d53933a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,3 +1,4 @@ * 10/07/2023 *Major change* v14 is now python 3.8 * 10/07/2023 Add v14-light * 10/07/2023 v16-light remove dead file and add ak_requirements +* 28/05/2024 Remove github actions build of < 14.0