From a0f70c6619e8b7722b777da7666fb235e3fa40bb Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 23 Dec 2023 20:06:01 +0100 Subject: [PATCH] so? --- .gitea/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 993e6fb..990c195 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -9,7 +9,7 @@ jobs: run: apt update && apt install -y php - name: run test run: | - find /etc/php7.4 + 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 \ No newline at end of file