Skip to content

Commit

Permalink
Merge branch 'master' into fix-openssl-extension-not-enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark authored Dec 14, 2023
2 parents d1bf56f + 7305ad7 commit b266b43
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 b266b43

Please sign in to comment.