Skip to content

Commit d65b3ab

Browse files
committed
Install socket
1 parent 24a0a64 commit d65b3ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717

1818
- operating-system: 'ubuntu-latest'
1919
php-version: '8.2'
20-
extensions: uv, eio
20+
extensions: socket, uv, eio
2121

2222
- operating-system: 'ubuntu-latest'
2323
php-version: '8.3'
24-
extensions: uv, eio
24+
extensions: socket, uv, eio
2525

2626
- operating-system: 'ubuntu-latest'
2727
php-version: '8.4'

0 commit comments

Comments
 (0)