From 7a313975ab3cd6b443906d87326eec2fd2057bc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 23 Jun 2020 10:19:17 +0200 Subject: [PATCH] Fix: Extract environment variable --- .github/workflows/integrate.yaml | 8 +++++++- .github/workflows/release.yaml | 3 ++- .github/workflows/renew.yaml | 2 ++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 78e9cfe3..59426466 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -11,6 +11,7 @@ on: # yamllint disable-line rule:truthy env: COMPOSER_VERSION: "1.10.5" PHP_EXTENSIONS: "mbstring" + PHP_INI_VALUES: "phar.readonly=0" jobs: coding-standards: @@ -42,6 +43,7 @@ jobs: with: coverage: "none" extensions: "${{ env.PHP_EXTENSIONS }}" + ini-values: "${{ env.PHP_INI_VALUES }}" php-version: "${{ matrix.php-version }}" - name: "Validate composer.json and composer.lock" @@ -123,6 +125,7 @@ jobs: with: coverage: "none" extensions: "${{ env.PHP_EXTENSIONS }}" + ini-values: "${{ env.PHP_INI_VALUES }}" php-version: "${{ matrix.php-version }}" - name: "Determine composer cache directory" @@ -175,6 +178,7 @@ jobs: with: coverage: "none" extensions: "${{ env.PHP_EXTENSIONS }}" + ini-values: "${{ env.PHP_INI_VALUES }}" php-version: "${{ matrix.php-version }}" - name: "Determine composer cache directory" @@ -272,6 +276,7 @@ jobs: with: coverage: "none" extensions: "${{ env.PHP_EXTENSIONS }}" + ini-values: "${{ env.PHP_INI_VALUES }}" php-version: "${{ matrix.php-version }}" - name: "Install composer:^1" @@ -339,6 +344,7 @@ jobs: with: coverage: "xdebug" extensions: "${{ env.PHP_EXTENSIONS }}" + ini-values: "${{ env.PHP_INI_VALUES }}" php-version: "${{ matrix.php-version }}" - name: "Determine composer cache directory" @@ -400,7 +406,7 @@ jobs: with: coverage: "none" extensions: "${{ env.PHP_EXTENSIONS }}" - ini-values: "phar.readonly=0" + ini-values: "${{ env.PHP_INI_VALUES }}" php-version: "${{ matrix.php-version }}" - name: "Determine composer cache directory" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e51101fe..f0c509ef 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,6 +10,7 @@ on: # yamllint disable-line rule:truthy env: COMPOSER_VERSION: "1.10.5" PHP_EXTENSIONS: "mbstring" + PHP_INI_VALUES: "phar.readonly=0" jobs: release: @@ -40,7 +41,7 @@ jobs: with: coverage: "none" extensions: "${{ env.PHP_EXTENSIONS }}" - ini-values: "phar.readonly=0" + ini-values: "${{ env.PHP_INI_VALUES }}" php-version: "${{ matrix.php-version }}" - name: "Determine composer cache directory" diff --git a/.github/workflows/renew.yaml b/.github/workflows/renew.yaml index 0d478096..e72ecb10 100644 --- a/.github/workflows/renew.yaml +++ b/.github/workflows/renew.yaml @@ -8,6 +8,7 @@ on: # yamllint disable-line rule:truthy env: PHP_EXTENSIONS: "mbstring" + PHP_INI_VALUES: "phar.readonly=0" jobs: license: @@ -32,6 +33,7 @@ jobs: with: coverage: "none" extensions: "${{ env.PHP_EXTENSIONS }}" + ini-values: "${{ env.PHP_INI_VALUES }}" php-version: "${{ matrix.php-version }}" - name: "Validate composer.json and composer.lock"