ci: Use fixed version of setup-php in test workflow (#763)

This commit is contained in:
Shivam Mathur 2019-12-20 20:44:25 +05:30 committed by Matan Kushner
parent 11f73efa41
commit 024e7ea1f3
1 changed files with 2 additions and 2 deletions

View File

@ -125,9 +125,9 @@ jobs:
dotnet-version: "2.2.402"
# Install PHP at a fixed version
- uses: shivammathur/setup-php@master
- uses: shivammathur/setup-php@v1
with:
php-version: "7.3.8"
php-version: "7.3"
# Install Mercurial (pre-installed on linux, installed from pip on macos
# and from choco on windows),