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