aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-05-26 01:18:28 +0300
committerGitHub <noreply@github.com>2022-05-26 01:18:28 +0300
commitf86091f02dfd16e122f420906d422616a60c27cd (patch)
tree7b0e360832092b18d744623c83b42fadca7c39ed /.github/workflows
parent4b05519792f48547998f0be410f9cc372bb3c7c8 (diff)
Adds a PHP feature (#22)
* add php * add test * fix test * add to workflow * fix test * fix bug * test composer Co-authored-by: Josh Spicer <joshspicer@github.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index fc35c76..2a40a8c 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -27,7 +27,8 @@ jobs:
"go",
"gradle",
"hugo",
- "java",
+ "java",
+ "php",
"python jupyterlab", # Install 'python', then 'jupyterlab'
"kubectl-helm-minikube",
"maven",