Skip to content

Commit

Permalink
Ensure the sockets extension is on the list of extensions on CI
Browse files Browse the repository at this point in the history
It should be included by default in PHP, though.
  • Loading branch information
tonysm committed Dec 18, 2024
1 parent 30cd08a commit b3de93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: posix, dom, curl, libxml, fileinfo, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
extensions: posix, dom, curl, libxml, fileinfo, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, sockets
coverage: none

- name: Install dependencies
Expand Down

0 comments on commit b3de93c

Please sign in to comment.