Skip to content

Commit

Permalink
Add php ext sockets (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoireHebert authored Jul 1, 2020
1 parent 87f1cfb commit be1ac41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ jobs:
if: env.COVERAGE == '1'
run: |
pecl install pcov-$EXT_PCOV_VERSION
docker-php-ext-enable pcov
docker-php-ext-install sockets
docker-php-ext-enable pcov sockets
- name: Install Composer
run: curl -sS -o - https://raw.githubusercontent.com/composer/getcomposer.org/ba13e3fc70f1c66250d1ea7ea4911d593aa1dba5/web/installer | php -- --install-dir=/usr/local/bin --filename=composer --quiet
Expand Down

0 comments on commit be1ac41

Please # to comment.