Skip to content

Commit

Permalink
Fixed the PHP tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Oct 29, 2021
1 parent c00e624 commit 74b2666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
extensions: curl, intl, mbstring, simplexml
extensions: curl, intl, mbstring, simplexml, sockets
- name: Install dependencies
run: lix download
- name: Run tests
Expand Down

0 comments on commit 74b2666

Please sign in to comment.