From b78effbf0ea927676adf4dea7c15c70660710222 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Fri, 5 Jul 2024 11:10:55 +0200
Subject: [PATCH] Fix next major tests in case there isn't an info.yml file

---
 private-modules-overrides.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/private-modules-overrides.yml b/private-modules-overrides.yml
index 4562311..3a44595 100644
--- a/private-modules-overrides.yml
+++ b/private-modules-overrides.yml
@@ -12,7 +12,11 @@ phpstan (next minor):
   allow_failure: false
 phpstan (next major):
   allow_failure: false
+  before_script:
+    - touch dummy.info.yml
 phpunit (next minor):
   allow_failure: false
 phpunit (next major):
   allow_failure: false
+  before_script:
+    - touch dummy.info.yml
-- 
GitLab