Skip to content

Commit 212b576

Browse files
committed
Use GitHub workflows.
1 parent 096f577 commit 212b576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- name: "Install PHP with extensions"
2929
uses: "shivammathur/setup-php@v2"
3030
with:
31-
php-version: "${{ matrix.php-version }}"
32-
php_extensions: "xdebug"
31+
php-version: "${{ matrix.php-version }}"
32+
extensions: "inotify, xdebug"
3333

3434
- name: "Cache dependencies installed with Composer"
3535
uses: "actions/cache@v2"

0 commit comments

Comments
 (0)