Skip to content

Commit

Permalink
Extension inotify is not required.
Browse files Browse the repository at this point in the history
  • Loading branch information
prwater committed Feb 4, 2023
1 parent 1bed14d commit cf2afa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cf2afa2

Please sign in to comment.