From 247e33d4b56f0861e620efe72353d7d29ea55f74 Mon Sep 17 00:00:00 2001 From: Al Munnings <al.munnings@gmail.com> Date: Wed, 15 May 2024 10:10:12 +1000 Subject: [PATCH] Issue #3446989: Missing new line yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c68bb76..82d0a80b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,4 +41,4 @@ phpunit (next major): variables: _PHPUNIT_CONCURRENT: 1 _TARGET_DB_VERSION: $CORE_MYSQL_MAX - SYMFONY_DEPRECATIONS_HELPER: "disabled" \ No newline at end of file + SYMFONY_DEPRECATIONS_HELPER: "disabled" -- GitLab