We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e4833f commit 006f86aCopy full SHA for 006f86a
1 file changed
.github/workflows/php.yml
@@ -69,7 +69,7 @@ jobs:
69
uses: actions/checkout@v2
70
71
- name: Setup PHP
72
- uses: shivammathur/setup-php@v1
+ uses: shivammathur/setup-php@v2
73
with:
74
php-version: ${{ matrix.php }}
75
tools: phpunit:${{ matrix.phpunit-version || env.phpunit-version }}
0 commit comments