From a1a43b94d840ec0165b70fe7847a282209c78468 Mon Sep 17 00:00:00 2001 From: Oleg Bespalov Date: Thu, 1 Oct 2020 16:25:44 +0200 Subject: [PATCH] pass php version also --- .github/workflows/php.yml | 3 +++ 1 file changed, 3 insertions(+) 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