Skip to content

Commit

Permalink
Fix name of matrix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
akrabat committed Jun 24, 2024
1 parent 6d068ce commit f101485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
coverage: xdebug

- name: Install dependencies with Composer (PHP 8.0)
if: ${{ matrix.php-versions == 8.0 }}
if: ${{ matrix.php == 8.0 }}
run: rm composer.lock && composer update

- name: Install dependencies with Composer (PHP 8.1+)
if: ${{ matrix.php-versions >= 8.1 }}
if: ${{ matrix.php >= 8.1 }}
uses: ramsey/composer-install@v2

- name: Coding standards
Expand Down

0 comments on commit f101485

Please sign in to comment.