From 1e1617eb538f20ccc0a04d4f622fd99e3e14a987 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 23 Dec 2023 20:04:18 +0100 Subject: [PATCH] shorter --- .gitea/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 277d906..fad30d0 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -6,12 +6,12 @@ jobs: runs-on: ubuntu-latest steps: - name: All tools we need - run: apt update && apt install -y default-jre git php php-dom php-curl php-sqlite3 + run: apt update && apt install -y - name: Checkout uses: actions/checkout@v4 - name: run test run: | - ls -la /etc/php* + find /etc/php7.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