Skip to content

Commit

Permalink
Merge pull request #161 from ker0x/bugfix/ci-warning
Browse files Browse the repository at this point in the history
Fix CI warning
  • Loading branch information
ker0x committed Feb 9, 2021
2 parents 7df3099 + a7e98da commit 304dd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: php-setup
uses: shivammathur/setup-php@v2
with:
php-versions: ${{ matrix.php-version }}
php-version: ${{ matrix.php-version }}

- name: composer-validate
run: composer validate
Expand Down

0 comments on commit 304dd1a

Please sign in to comment.