8000 Merge pull request #268 from SimonFrings/uv · reactphp/event-loop@f665998 · GitHub
[go: up one dir, main page]

Skip to content

Commit f665998

Browse files
authored
Merge pull request #268 from SimonFrings/uv
Install uv-extension in v0.2.4 for PHP 7.x in test matrix
2 parents 6e7e587 + 61c0555 commit f665998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Install ext-uv on PHP 7.x
6868
run: |
6969
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
70+
echo "yes" | sudo pecl install uv-0.2.4
7171
echo "extension=uv.so" >> "$(php -r 'echo php_ini_loaded_file();')"
7272
if: ${{ matrix.php >= 7.0 && matrix.php < 8.0 }}
7373
- name: Install legacy ext-libevent on PHP < 7.0

0 commit comments

Comments
 (0)
0