Skip to content

Commit

Permalink
Misspelled matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
thefrosty committed Jan 18, 2023
1 parent 0886fdd commit 77c2ec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
extensions: ''
extensions-cache-key: run-phpcs
php-version: ${{ matrix.php-version }}
php-version: ${{ matrix.php-versions }}
token: ${{ secrets.GITHUB_TOKEN }}
tools: 'composer, cs2pr, phpcs'

Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
with:
extensions: 'curl, mysql, mysqli, tar, zip'
extensions-cache-key: run-phpunit
php-version: ${{ env.PHP_VERSION }}
php-version: ${{ matrix.php-versions }}
token: ${{ secrets.GITHUB_TOKEN }}
tools: 'composer, phpunit'

Expand Down

0 comments on commit 77c2ec9

Please sign in to comment.