We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096f577 commit 212b576Copy full SHA for 212b576
.github/workflows/unit.yml
@@ -28,8 +28,8 @@ jobs:
28
- name: "Install PHP with extensions"
29
uses: "shivammathur/setup-php@v2"
30
with:
31
- php-version: "${{ matrix.php-version }}"
32
- php_extensions: "xdebug"
+ php-version: "${{ matrix.php-version }}"
+ extensions: "inotify, xdebug"
33
34
- name: "Cache dependencies installed with Composer"
35
uses: "actions/cache@v2"
0 commit comments