From 9757e589988e58e68f987d2a3f56073c8f7fafb2 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 23 Dec 2023 20:07:20 +0100 Subject: [PATCH] real deal --- .gitea/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 990c195..d99685a 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -10,6 +10,8 @@ jobs: - name: run test run: | find /etc/php/7.4 - #sed -i "/^error_reporting/c\error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_WARNING & ~E_NOTICE" /etc/php82/php.ini + grep "error_reporting" /etc/php/7.4/cli/php.ini + sed -i "/^error_reporting/c\error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_WARNING & ~E_NOTICE" /etc/php/7.4/cli/php.ini + grep "error_reporting" /etc/php/7.4/cli/php.ini \ No newline at end of file