test --enable-openssl option

This commit is contained in:
crazywhalecc
2022-04-02 02:18:31 +08:00
parent a3780667b2
commit f5cbce5195
2 changed files with 3 additions and 1 deletions

View File

@@ -37,6 +37,8 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
extensions: swoole, posix, json
env:
SWOOLE_CONFIGURE_OPTS: --enable-openssl
- name: Setup problem matchers for PHP
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"