diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index cba2e2a..3980067 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -12,6 +12,8 @@ jobs: fail-fast: false matrix: php-versions: ['7.1', '7.2', '7.3', '7.4'] + env: + PHP_VERSION: ${{ matrix.php-versions }} name: PHP ${{ matrix.php-versions }} steps: - name: Checkout @@ -50,4 +52,5 @@ jobs: with: file: ./coverage.xml flags: unittests + env_vars: PHP_VERSION fail_ci_if_error: true