Skip to content

Commit

Permalink
Merge pull request #268 from SimonFrings/uv
Browse files Browse the repository at this point in the history
Install uv-extension in v0.2.4 for PHP 7.x in test matrix
  • Loading branch information
WyriHaximus authored Sep 4, 2023
2 parents 6e7e587 + 61c0555 commit f665998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Install ext-uv on PHP 7.x
run: |
sudo add-apt-repository ppa:ondrej/php -y && sudo apt-get update -q && sudo apt-get install libuv1-dev
echo "yes" | sudo pecl install uv-beta
echo "yes" | sudo pecl install uv-0.2.4
echo "extension=uv.so" >> "$(php -r 'echo php_ini_loaded_file();')"
if: ${{ matrix.php >= 7.0 && matrix.php < 8.0 }}
- name: Install legacy ext-libevent on PHP < 7.0
Expand Down

0 comments on commit f665998

Please sign in to comment.