diff --git a/.github/actions/linter_tests/action.yaml b/.github/actions/linter_tests/action.yaml index 2570b5059..318280710 100644 --- a/.github/actions/linter_tests/action.yaml +++ b/.github/actions/linter_tests/action.yaml @@ -40,7 +40,8 @@ runs: uses: shivammathur/setup-php@v2 with: php-version: "8.2" - extensions: mbstring, curl, xml + extensions: none, mbstring, curl, xml + tools: none # NOTE: tzdata is a dependency of php, but without the DEBIAN_FRONTEND=noninteractive # it will prompt for a timezone selection