Skip to content

Commit 5424532

Browse files
author
ace411
committed
ci: define mandatory extensions
1 parent bf6d87f commit 5424532

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: shivammathur/setup-php@master
1818
with:
1919
php-version: ${{ matrix.php }}
20+
extensions: posix, pcntl
2021
- name: Run tests
2122
run: |
2223
git clone https://github.com/markreedz/mrloop.git mrloop && \

0 commit comments

Comments
 (0)