From b260c4f845d663c55bb5fe654bbc90967c3e2d3c Mon Sep 17 00:00:00 2001 From: Oleg Bespalov Date: Thu, 1 Oct 2020 16:27:17 +0200 Subject: [PATCH] fix the env place --- .github/workflows/php.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 3980067..c594659 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -12,8 +12,8 @@ jobs: fail-fast: false matrix: php-versions: ['7.1', '7.2', '7.3', '7.4'] - env: - PHP_VERSION: ${{ matrix.php-versions }} + env: + PHP_VERSION: ${{ matrix.php-versions }} name: PHP ${{ matrix.php-versions }} steps: - name: Checkout