From 1319a48a05ee07cc3c97e549a3d0a02d41216aed Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Wed, 8 Jan 2025 22:46:00 -0600 Subject: [PATCH] Oh, yeah, sockets --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bb09ee..c5788d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,11 +17,11 @@ jobs: - operating-system: 'ubuntu-latest' php-version: '8.2' - extensions: socket, uv, eio + extensions: sockets, uv, eio - operating-system: 'ubuntu-latest' php-version: '8.3' - extensions: socket, uv, eio + extensions: sockets, uv, eio - operating-system: 'ubuntu-latest' php-version: '8.4'