summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorStephen Ball <REBELinBLUE@users.noreply.github.com>2019-12-05 18:04:27 +0000
committerMatan Kushner <hello@matchai.me>2019-12-05 13:04:27 -0500
commit46904e504566d833601c52ae36848348f61e94a8 (patch)
treef456f6b2316ff5defc954f9bb9e90f0c83b04609 /.github
parent78ca70a517b12787f6395bdd67b34fb4df89d029 (diff)
feat: Add PHP version module (#244)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/workflow.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index 7308948cf..7d3f21530 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -124,6 +124,11 @@ jobs:
with:
dotnet-version: "2.2.402"
+ # Install PHP at a fixed version
+ - uses: shivammathur/setup-php@master
+ with:
+ php-version: '7.3.8'
+
# Install Mercurial (pre-installed on linux, installed from pip on macos
# and from choco on windows),
- name: Install Mercurial (macos)