File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,20 @@ jobs:
5454 with :
5555 fetch-depth : 0 # If you only need the current version keep this.
5656
57+ - name : Uninstall some default packages
58+ run : choco uninstall -y php composer
59+
5760 - name : Install java support
5861 run : choco install -y javaruntime
5962
6063 - name : Install php support
6164 run : choco install -y php --version=${{ matrix.php-version }} --force
6265
6366 - name : Install composer
64- run : choco install -y composer
67+ run : choco install -y composer --force
68+
69+ - name : PHP version
70+ run : php --version
6571
6672 - name : Download wiremock
6773 run : Invoke-WebRequest -Uri https://repo1.maven.org/maven2/com/github/tomakehurst/wiremock-jre8-standalone/2.31.0/wiremock-jre8-standalone-2.31.0.jar -UseBasicParsing -OutFile wiremock.jar
You can’t perform that action at this time.
0 commit comments