From cf2afa2419281b667927d6e87fc66a45454556d4 Mon Sep 17 00:00:00 2001 From: Paul Water Date: Sat, 4 Feb 2023 08:45:50 +0100 Subject: [PATCH] Extension inotify is not required. --- .github/workflows/unit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index d419018..c1dcd0e 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -28,7 +28,7 @@ jobs: uses: "shivammathur/setup-php@v2" with: php-version: "${{ matrix.php-version }}" - extensions: "inotify, xdebug" + extensions: "xdebug" - name: "Cache dependencies installed with Composer" uses: "actions/cache@v2"