Skip to content

Commit

Permalink
php: Utilize shivammathur/setup-php@v2..
Browse files Browse the repository at this point in the history
..also for lint tests
  • Loading branch information
nilmerg committed Apr 8, 2021
1 parent 0417b42 commit 3444302
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 @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup PHP
uses: shivammathur/setup-php@v1
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
tools: phpcs
Expand Down

0 comments on commit 3444302

Please sign in to comment.