commit | 99130046c424a19d244314103e2500963c192563 | [log] [tgz] |
---|---|---|
author | Volodymyr Panivko <sveneld300@gmail.com> | Sat Mar 02 21:41:01 2024 +0100 |
committer | Jens Geyer <Jens-G@users.noreply.github.com> | Tue Mar 12 19:02:50 2024 +0100 |
tree | 10438a5b15dc6cc44cdcc0c1cdc719e4418900d6 | |
parent | 58c2785d7cef9d70b6a78c872f51fba5152cf77d [diff] [blame] |
[THRIFT-5757] Unit tests for php lib
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f003db2..0b29ddb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml
@@ -90,7 +90,7 @@ uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-version }} - extensions: mbstring, intl, xml + extensions: mbstring, intl, xml, curl ini-values: "error_reporting=E_ALL" - name: Install Dependencies