Skip to content

Commit

Permalink
sockets extension is required for unit tests (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov authored Dec 14, 2023
1 parent 8d79cc4 commit 7305ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
phpunit:
uses: yiisoft/actions/.github/workflows/phpunit.yml@master
with:
extensions: fileinfo
extensions: sockets
os: >-
['ubuntu-latest', 'windows-latest']
php: >-
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
},
"require-dev": {
"ext-curl": "*",
"ext-sockets": "*",
"maglnet/composer-require-checker": "^4.2",
"nyholm/psr7": "^1.3",
"phpunit/phpunit": "^9.4",
Expand Down

0 comments on commit 7305ad7

Please sign in to comment.