From 82dc2a14b7c7698ce6aeaf889f50f90df4d3a426 Mon Sep 17 00:00:00 2001 From: Luka Dschaak Date: Fri, 3 Nov 2023 17:16:52 +0100 Subject: [PATCH] fix: tests for php 8.1 lowest by adding empty .env --- .env | 0 .gitattributes | 1 + 2 files changed, 1 insertion(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..e69de29 diff --git a/.gitattributes b/.gitattributes index 2ce5a83..c365f7b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ /.editorconfig export-ignore +/.env export-ignore /.gitattributes export-ignore /.github/ export-ignore /.gitignore export-ignore