diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aed1637..7edd97f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,9 @@ jobs: - name: php info run: php -i + - name: libcrypto info + run: ls /usr/lib* | grep 'libcrypto*' + - name: Build for PHP 5.5 env: CC: clang @@ -75,6 +78,9 @@ jobs: - name: php info run: php -i + - name: libcrypto info + run: ls /usr/lib* | grep 'libcrypto*' + - name: Run tests env: CC: clang