Skip to content

Commit

Permalink
Fix setup php
Browse files Browse the repository at this point in the history
  • Loading branch information
unfulvio-godaddy committed Dec 27, 2023
1 parent b16f349 commit f6f3269
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ jobs:
steps:
- uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # v2.4.2

- run: echo "PHP ${{ matrix.php }}"
name: Setup PHP
- uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 # v2.28.0
- name: Set up PHP ${{ matrix.php }}
uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 # v2.28.0
with:
php-version: ${{ matrix.php }}
coverage: pcov
Expand Down

0 comments on commit f6f3269

Please sign in to comment.