Skip to content

Commit

Permalink
Sockets needed? I thought it was installed by default
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Aug 25, 2024
1 parent ff2d35c commit 2d3984c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ jobs:
include:
- operating-system: 'ubuntu-latest'
php-version: '8.1'
extensions: uv
extensions: uv, sockets
install-eio: true

- operating-system: 'ubuntu-latest'
php-version: '8.2'
extensions: uv
extensions: uv, sockets
install-eio: true

- operating-system: 'ubuntu-latest'
php-version: '8.3'
extensions: uv
extensions: uv, sockets
install-eio: true

- operating-system: 'ubuntu-latest'
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
./configure
make
sudo make install
echo 'extension=eio.so' >> "$(php -r 'print php_ini_loaded_file();')"
echo 'extension=eio.so' >> "$(php -r 'echo php_ini_loaded_file();')"
if: matrix.install-eio == true

- name: Get Composer cache directory
Expand Down

0 comments on commit 2d3984c

Please sign in to comment.