From 2b5126b96fc350b041503e7d379a07c8352819da Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Mon, 27 Nov 2023 12:44:38 +0100 Subject: [PATCH] [BUGFIX] Wrong GitLab job name The job name did not match the file name and the actual content of the job. Relates: #976 --- .gitlab/pipeline/jobs/func-php8.2-v12-lowest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/pipeline/jobs/func-php8.2-v12-lowest.yml b/.gitlab/pipeline/jobs/func-php8.2-v12-lowest.yml index 3bbf8b32..ef945517 100644 --- a/.gitlab/pipeline/jobs/func-php8.2-v12-lowest.yml +++ b/.gitlab/pipeline/jobs/func-php8.2-v12-lowest.yml @@ -1,4 +1,4 @@ -func-php8.2-v11-lowest: +func-php8.2-v12-lowest: extends: .default image: php:8.2 services: