fix the env place

This commit is contained in:
Oleg Bespalov
2020-10-01 16:27:17 +02:00
parent a1a43b94d8
commit b260c4f845

View File

@@ -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