Skip to content

Commit

Permalink
Fixing wrong param invocation
Browse files Browse the repository at this point in the history
Needed to use the double-quotes and dollar sign for calling the matrix value.
  • Loading branch information
DragonBe committed Jul 5, 2024
1 parent 989e421 commit 967d1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set default PHP version ${{ matrix.php-versions }}
uses: shivammathur/setup-php@v2
with:
php-version: '{{ matrix.php-versions }}'
php-version: "${{ matrix.php-versions }}"

- name: Display current PHP version
run: php --version
Expand Down

0 comments on commit 967d1bf

Please sign in to comment.