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 f02ccc8 commit 744a455Copy full SHA for 744a455
.github/workflows/main.yaml
@@ -31,6 +31,7 @@ jobs:
31
with:
32
coverage: "none"
33
php-version: "${{ matrix.php }}"
34
+ extensions: 'inotify, pcntl'
35
36
- name: "Install dependencies with Composer"
37
uses: "ramsey/composer-install@v2"
@@ -91,6 +92,7 @@ jobs:
91
92
93
94
php-version: "${{ env.DEFAULT_PHP_VERSION }}"
95
96
97
98
0 commit comments