From a0d7a3564b25e5c971fcb2a25667692bfe000fe5 Mon Sep 17 00:00:00 2001 From: Thomas Flori <t.flori@sportradar.com> Date: Wed, 3 Apr 2024 11:37:36 +0200 Subject: [PATCH] generate cobertura reports only in php >= 7.3 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ec239d..e10a629 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ phpunit: needs: [] parallel: matrix: - - PHP_VERSION: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2'] + - PHP_VERSION: ['7.3', '7.4', '8.0', '8.1', '8.2'] image: iras/php-composer:${PHP_VERSION} cache: key: php-dependencies-${PHP_VERSION} -- GitLab