Skip to content

Commit

Permalink
.github/workflows - Include pcntl in more steps
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed Feb 8, 2023
1 parent 2cae897 commit 945359e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: php-actions/composer@v6
with:
php_extensions: pcntl
- name: PHPUnit Tests
uses: php-actions/phpunit@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
## box.phar requires php72
php-version: '7.4'
tools: composer:v2
extensions: pcntl

- name: Set env
run: |
Expand Down

0 comments on commit 945359e

Please sign in to comment.