From: gggeek Date: Mon, 6 Dec 2021 17:56:51 +0000 (+0000) Subject: wip github actions CI X-Git-Tag: plcapi-7.1-0~3^2~39 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=7fd12d0d5c65a3d76d0e27a7dbccff582791fc2f wip github actions CI --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5be4b3..f922a51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: with: php-version: ${{ matrix.php }} extensions: curl, dom, mbstring, xsl - ini_values: 'cgi.fix_pathinfo=1, always_populate_raw_post_data=-1' + ini-values: 'cgi.fix_pathinfo=1, always_populate_raw_post_data=-1' #tools: phpunit/phpunit:a_version_compatible_with_php_5.3-5.5 # NB: this disables xdebug completely coverage: none