Prevent use building uv on 7.4 (#471)

* Prevent use building uv on 7.4

* Add swoole test

* Use github source for libcares

* Add libcares missing file patch

* Add libcares missing file patch
This commit is contained in:
Jerry Ma
2024-06-04 12:24:52 +08:00
committed by GitHub
parent d258417afb
commit 036e4f52b7
6 changed files with 168 additions and 5 deletions

View File

@@ -178,7 +178,7 @@ jobs:
max_attempts: 3
retry_on: error
command: |
bin/spc download --for-extensions="$(php src/globals/test-extensions.php extensions)" --for-libs="$(php src/globals/test-extensions.php libs)" --with-php=${{ matrix.php }} --ignore-cache-sources=php-src --debug --retry=3
bin/spc download --for-extensions="$(php src/globals/test-extensions.php extensions)" --for-libs="$(php src/globals/test-extensions.php libs)" --with-php=${{ matrix.php }} --ignore-cache-sources=php-src,libcares --debug --retry=3
- name: "Run Build Tests (build, *nix)"
if: matrix.os != 'windows-latest'