From 7fd12d0d5c65a3d76d0e27a7dbccff582791fc2f Mon Sep 17 00:00:00 2001 From: gggeek Date: Mon, 6 Dec 2021 17:56:51 +0000 Subject: [PATCH] wip github actions CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0