Skip to content

Commit 744a455

Browse files
committed
Add phpextensions for watch
1 parent f02ccc8 commit 744a455

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
with:
3232
coverage: "none"
3333
php-version: "${{ matrix.php }}"
34+
extensions: 'inotify, pcntl'
3435

3536
- name: "Install dependencies with Composer"
3637
uses: "ramsey/composer-install@v2"
@@ -91,6 +92,7 @@ jobs:
9192
with:
9293
coverage: "none"
9394
php-version: "${{ env.DEFAULT_PHP_VERSION }}"
95+
extensions: 'inotify, pcntl'
9496

9597
- name: "Install dependencies with Composer"
9698
uses: "ramsey/composer-install@v2"

0 commit comments

Comments
 (0)