details: https://code.tryton.org/tryton-docker/commit/45596fd3c1ec
branch: default
user: Cédric Krier <[email protected]>
date: Tue Jan 20 00:17:53 2026 +0100
description:
Stop series 7.2 and 7.4
diffstat:
.gitlab-ci.yml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 3c794d01d223 -r 45596fd3c1ec .gitlab-ci.yml
--- a/.gitlab-ci.yml Mon Dec 15 22:05:29 2025 +0100
+++ b/.gitlab-ci.yml Tue Jan 20 00:17:53 2026 +0100
@@ -12,7 +12,7 @@
.series:
parallel:
matrix:
- - SERIES: ["6.0", "7.0", "7.2", "7.4", "7.6", "7.8"]
+ - SERIES: ["6.0", "7.0", "7.6", "7.8"]
build:
stage: build
@@ -65,7 +65,7 @@
- trytond-admin -d test -u $modules -vv
parallel:
matrix:
- - SERIES: ["7.0", "7.2", "7.4", "7.6", "7.8"]
+ - SERIES: ["7.0", "7.6", "7.8"]
test-old:
extends: test