Skip to content

Commit

Permalink
Github workflows // fix access to PHP version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrico committed Mar 25, 2021
1 parent b4402eb commit 1c6df86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ env.VIP_PHP_VERSION }}
php-version: ${{ matrix.php-versions }}
tools: composer:v1

- name: Validate composer.json
Expand Down

0 comments on commit 1c6df86

Please sign in to comment.