8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e7e587 + 61c0555 commit f665998Copy full SHA for f665998
.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Install ext-uv on PHP 7.x
68
run: |
69
sudo add-apt-repository ppa:ondrej/php -y && sudo apt-get update -q && sudo apt-get install libuv1-dev
70
- echo "yes" | sudo pecl install uv-beta
+ echo "yes" | sudo pecl install uv-0.2.4
71
echo "extension=uv.so" >> "$(php -r 'echo php_ini_loaded_file();')"
72
if: ${{ matrix.php >= 7.0 && matrix.php < 8.0 }}
73
- name: Install legacy ext-libevent on PHP < 7.0
0 commit comments