ci: Use fixed version of setup-php in test workflow (#763)
This commit is contained in:
parent
11f73efa41
commit
024e7ea1f3
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue