summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-14 19:57:09 +0300
committerValery Piashchynski <[email protected]>2020-12-14 19:57:09 +0300
commitf2619a60e77d24326fbf5ebad1156611726df67e (patch)
tree11efd967de5d290f05e25cf30a689caf14a69637 /.github/workflows
parentc7e75a526df0d7eb0bc75c91e5e3e880240a1da4 (diff)
Update workflow
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ddb71fc0..15bf57ae 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -25,6 +25,7 @@ jobs:
uses: shivammathur/setup-php@v2 # action page: <https://github.com/shivammathur/setup-php>
with:
php-version: ${{ matrix.php }}
+ extensions: sockets
- name: Check out code
uses: actions/checkout@v2