switch to php workflow v2 (#2061)

This commit is contained in:
Kevin Papst
2020-10-26 11:21:03 +01:00
committed by GitHub
parent bd167b6088
commit 7ae55c1980
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ jobs:
name: Linting - PHP ${{ matrix.php }}
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v1
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
coverage: none