summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorShivam Mathur <shivam_jpr@hotmail.com>2019-12-20 20:44:25 +0530
committerMatan Kushner <hello@matchai.me>2019-12-20 10:14:25 -0500
commit024e7ea1f33c694ba86b460f35a7a8d43e8a857f (patch)
treeea9c6e78dcbbad5c9afe8d2f4f2d627a6f7cbda2 /.github
parent11f73efa4106e9179810b00a18f57f71e531b781 (diff)
ci: Use fixed version of setup-php in test workflow (#763)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/workflow.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index b8979b240..198fc9ff0 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -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),